#2FB9A9

Color #2FB9A9 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #2FB9A9

Tints of Light Sea Green #2FB9A9

Color information

#2FB9A9 (or 0x2FB9A9) is unknown color: approx Light Sea Green. HEX triplet: 2F, B9 and A9. RGB value is (47,185,169). Sum of RGB (Red+Green+Blue) = 47+185+169=401 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.72% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 169 (66.41% from 255 or 42.14% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB9A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB9A9 is #D04656. Grayscale: #8D8D8D. Windows color (decimal): -13649495 or 11122991. OLE color: 11122991.

HSL color Cylindrical-coordinate representation of color #2FB9A9: hue angle of 173.04º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FB9A9 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB47185169-
CMYK0.7500.090.27
HSL173.04º59.48%45.49%-
HSV(B)173.04º74.59%72.55%-
XYZ25.6838.1743.55-
YUV141.91143.2860.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 11.72%
GREEN value IS 185 (72.66% from 255) = 46.13%
BLUE value IS 169 (66.41% from 255) = 42.14%
R=11.72%
G=46.13%
B=42.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal471851690.7500.090.27173.0459.4845.49
Hex2FB9A94B091Bad3b2d
Octal57271251113011332557355
Binary10111110111001101010011001011010011101110101101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FB9A9; }

 p { color: rgb(47,185,169); }

 H1.HeaderClassName
 {
   color: #2FB9A9;
 }
 .AnyTagClassName
 {
   color: #2FB9A9;
 }
</style>
background-color css

<style>
 a { background-color: #2FB9A9; }

 a { background-color: rgb(47,185,169); }

 div.DivClassName
 {
   background-color: #2FB9A9;
 }
 .BgClassName
 {
   background-color: #2FB9A9;
 }
</style>
border-color css

<style>
 span { border-color: #2FB9A9; }

 span { border-color: rgb(47,185,169); }

 td.TdClassName
 {
   border-color: #2FB9A9;
 }
 .TagClassName
 {
   border-color: #2FB9A9;
 }
</style>