#2FB49E

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

Shades of Light Sea Green #2FB49E

Tints of Light Sea Green #2FB49E

Color information

#2FB49E (or 0x2FB49E) is unknown color: approx Light Sea Green. HEX triplet: 2F, B4 and 9E. RGB value is (47,180,158). Sum of RGB (Red+Green+Blue) = 47+180+158=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB49E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB49E is #D04B61. Grayscale: #898989. Windows color (decimal): -13650786 or 10400815. OLE color: 10400815.

HSL color Cylindrical-coordinate representation of color #2FB49E: hue angle of 170.08º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB49E is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB47180158-
CMYK0.7400.120.29
HSL170.08º58.59%44.51%-
HSV(B)170.08º73.89%70.59%-
XYZ23.6735.7237.99-
YUV137.72139.4463.29-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.21%
GREEN value IS 180 (70.70% from 255) = 46.75%
BLUE value IS 158 (62.11% from 255) = 41.04%
R=12.21%
G=46.75%
B=41.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal471801580.7400.120.29170.0858.5944.51
Hex2FB49E4A0C1Daa3b2d
Octal57264236112014352527355
Binary10111110110100100111101001010011001110110101010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,180,158); }

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

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

 a { background-color: rgb(47,180,158); }

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

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

 span { border-color: rgb(47,180,158); }

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