#2FC0BA

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

Shades of Light Sea Green #2FC0BA

Tints of Light Sea Green #2FC0BA

Color information

#2FC0BA (or 0x2FC0BA) is unknown color: approx Light Sea Green. HEX triplet: 2F, C0 and BA. RGB value is (47,192,186). Sum of RGB (Red+Green+Blue) = 47+192+186=425 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.06% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC0BA is #D03F45. Grayscale: #939393. Windows color (decimal): -13647686 or 12238895. OLE color: 12238895.

HSL color Cylindrical-coordinate representation of color #2FC0BA: hue angle of 177.52º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC0BA is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB47192186-
CMYK0.7600.030.25
HSL177.52º60.67%46.86%-
HSV(B)177.52º75.52%75.29%-
XYZ28.8841.8553.01-
YUV147.96149.4655.99-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.06%
GREEN value IS 192 (75.39% from 255) = 45.18%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=11.06%
G=45.18%
B=43.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal471921860.7600.030.25177.5260.6746.86
Hex2FC0BA4C0319b23d2f
Octal5730027211403312627557
Binary101111110000001011101010011000111100110110010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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