#2FB99F

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

Shades of Light Sea Green #2FB99F

Tints of Light Sea Green #2FB99F

Color information

#2FB99F (or 0x2FB99F) is unknown color: approx Light Sea Green. HEX triplet: 2F, B9 and 9F. RGB value is (47,185,159). Sum of RGB (Red+Green+Blue) = 47+185+159=391 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.02% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB99F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB99F is #D04660. Grayscale: #8C8C8C. Windows color (decimal): -13649505 or 10467631. OLE color: 10467631.

HSL color Cylindrical-coordinate representation of color #2FB99F: hue angle of 168.7º 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 #2FB99F is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB47185159-
CMYK0.7500.140.27
HSL168.7º59.48%45.49%-
HSV(B)168.7º74.59%72.55%-
XYZ24.7837.8138.79-
YUV140.77138.2861.11-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.02%
GREEN value IS 185 (72.66% from 255) = 47.31%
BLUE value IS 159 (62.5% from 255) = 40.66%
R=12.02%
G=47.31%
B=40.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal471851590.7500.140.27168.759.4845.49
Hex2FB99F4B0E1Ba93b2d
Octal57271237113016332517355
Binary10111110111001100111111001011011101101110101001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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