COLOR #7FF1F2

HEX: #7FF1F2
RGB: (127,241,242)

Color info

#7FF1F2 contains mainly green and blue colors. Web safe color of #7FF1F2 is #66FFFF (or #6FF).

RGB color model

#7FF1F2 color RGB value is (127,241,242).

  • red value is 127;
  • green value is 241;
  • blue value is 242.
RGB:
(127,241,242)
(50%,95%,95%)

RGB channels and saturation

R 127 of 255 = 50%
G 241 of 255 = 95%
B 242 of 255 = 95%

127
241
242

R + G + B ~ 80%. #7FF1F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 241 + 242 = 610 (100%)
R 127 of 610 ~ 20.82%
G 241 of 610 ~ 39.51%
B 242 of 610 ~ 39.67%

%20.82
%39.51
%39.67

CMYK color model

#7FF1F2 color CMYK value is (48,0,0,5).

  • cyan value is 47.52%
  • magenta value is 0.41%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(48,0,0,5)
C48M0Y0K5 
(48%,0%,0%,5%)
(0.48/0.00/0.00/0.05)	

CMYK percentages

%47.52
%0.41
%0
%5.1

Codes

Color #7FF1F2 in popluar color models

7FF1F2
RGB127241242
HSL181°81.56%72.35%
HSB/HSV181°47.52%94.90%
CMYK47.52%0.41%0.00%
5.10%

Color #7FF1F2 in popluar number systems.

HEX7FF1F2
Decimal127241242
Binary11111111111000111110010
Octal177361362

Shades and tints

Shades of #7FF1F2

#7FF1F2
(127,241,242)
#74DCDC
(116,220,220)
#69C7C6
(105,199,198)
#5EB2B0
(94,178,176)
#539D9A
(83,157,154)
#488884
(72,136,132)
#3D736E
(61,115,110)
#325E58
(50,94,88)
#274942
(39,73,66)
#1C342C
(28,52,44)
#111F16
(17,31,22)
#000000
(0,0,0)

Tints of #7FF1F2

#7FF1F2
(127,241,242)
#8AF2F3
(138,242,243)
#95F3F4
(149,243,244)
#A0F4F5
(160,244,245)
#ABF5F6
(171,245,246)
#B6F6F7
(182,246,247)
#C1F7F8
(193,247,248)
#CCF8F9
(204,248,249)
#D7F9FA
(215,249,250)
#E2FAFB
(226,250,251)
#EDFBFC
(237,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FF1F2 color. Also use rgb(127,241,242) instead hex code.

Text Font Color

.myTextColor { color: #7FF1F2; }

<p style="color:#7FF1F2">This sample text font color is #7FF1F2.</p>

This text font color is #7FF1F2.


Background Color

.myBgColor { background-color: #7FF1F2; }

<div style="background-color:#7FF1F2">Inner text</div>

This div background color is #7FF1F2.


Border color

.myBorderColor { border: 1px solid #7FF1F2; }

<div style="border:3px solid #7FF1F2">Div</div>

This div border color is #7FF1F2.


Opacity

.myOpacity80 { color: #7FF1F2; opacity: 0.8; }

<p style="color:#7FF1F2;opacity:0.8;">80%</p>

Text with #7FF1F2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7FF1F2;}

<p style="text-shadow: 3px 3px 1px #7FF1F2">Text here.</p>

This text has shadow with #7FF1F2 color.

.textShadow {text-shadow: 3px 3px 1px #7FF1F2, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7FF1F2, 5px 5px 20px red">Text here.</p>

This text has shadow with #7FF1F2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7FF1F2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7FF1F2, Direction=45, Strength=4)">Text</p>

This text has shadow with #7FF1F2 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7FF1F2;
  -webkit-box-shadow:	1px 1px 3px 2px #7FF1F2;
  box-shadow:		1px 1px 3px 2px #7FF1F2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7FF1F2;
-webkit-box-shadow: 1px 1px 3px 2px #7FF1F2;
box-shadow:1px 1px 3px 2px #7FF1F2;">
Div content here</div>
This div box has shadow with color #7FF1F2.

Preview

Color preview on black background

This text has color #7FF1F2 on black background.


Color preview on white background

This text has color #7FF1F2 on white background.



Black color preview on #7FF1F2 background

This text has black color on #7FF1F2 background.


White color preview on #7FF1F2 background

This text has white color on #7FF1F2 background.