#2FC9BA

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

Shades of Light Sea Green #2FC9BA

Tints of Light Sea Green #2FC9BA

Color information

#2FC9BA (or 0x2FC9BA) is unknown color: approx Light Sea Green. HEX triplet: 2F, C9 and BA. RGB value is (47,201,186). Sum of RGB (Red+Green+Blue) = 47+201+186=434 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.83% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC9BA is #D03645. Grayscale: #999999. Windows color (decimal): -13645382 or 12241199. OLE color: 12241199.

HSL color Cylindrical-coordinate representation of color #2FC9BA: hue angle of 174.16º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FC9BA is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB47201186-
CMYK0.7700.070.21
HSL174.16º62.1%48.63%-
HSV(B)174.16º76.62%78.82%-
XYZ30.9245.9253.69-
YUV153.24146.4852.22-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.83%
GREEN value IS 201 (78.91% from 255) = 46.31%
BLUE value IS 186 (73.05% from 255) = 42.86%
R=10.83%
G=46.31%
B=42.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal472011860.7700.070.21174.1662.148.63
Hex2FC9BA4D0715ae3e31
Octal5731127211507252567661
Binary1011111100100110111010100110101111010110101110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,201,186); }

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

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

 a { background-color: rgb(47,201,186); }

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

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

 span { border-color: rgb(47,201,186); }

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