#0CBFAE

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

Shades of Light Sea Green #0CBFAE

Tints of Light Sea Green #0CBFAE

Color information

#0CBFAE (or 0x0CBFAE) is unknown color: approx Light Sea Green. HEX triplet: 0C, BF and AE. RGB value is (12,191,174). Sum of RGB (Red+Green+Blue) = 12+191+174=377 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.18% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBFAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBFAE is #F34051. Grayscale: #878787. Windows color (decimal): -15941714 or 11452172. OLE color: 11452172.

HSL color Cylindrical-coordinate representation of color #0CBFAE: hue angle of 174.3º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBFAE is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB12191174-
CMYK0.9400.090.25
HSL174.3º88.18%39.8%-
HSV(B)174.3º93.72%74.9%-
XYZ26.4240.446.45-
YUV135.54149.739.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.18%
GREEN value IS 191 (75% from 255) = 50.66%
BLUE value IS 174 (68.36% from 255) = 46.15%
R=3.18%
G=50.66%
B=46.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121911740.9400.090.25174.388.1839.8
HexCBFAE5E0919ae5828
Octal142772561360113125613050
Binary1100101111111010111010111100100111001101011101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CBFAE; }

 p { color: rgb(12,191,174); }

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

<style>
 a { background-color: #0CBFAE; }

 a { background-color: rgb(12,191,174); }

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

<style>
 span { border-color: #0CBFAE; }

 span { border-color: rgb(12,191,174); }

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