#0CBFAC

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

Shades of Light Sea Green #0CBFAC

Tints of Light Sea Green #0CBFAC

Color information

#0CBFAC (or 0x0CBFAC) is unknown color: approx Light Sea Green. HEX triplet: 0C, BF and AC. RGB value is (12,191,172). Sum of RGB (Red+Green+Blue) = 12+191+172=375 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.2% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBFAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBFAC is #F34053. Grayscale: #878787. Windows color (decimal): -15941716 or 11321100. OLE color: 11321100.

HSL color Cylindrical-coordinate representation of color #0CBFAC: hue angle of 173.63º 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 #0CBFAC is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB12191172-
CMYK0.9400.100.25
HSL173.63º88.18%39.8%-
HSV(B)173.63º93.72%74.9%-
XYZ26.2340.3245.43-
YUV135.31148.740.04-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.2%
GREEN value IS 191 (75% from 255) = 50.93%
BLUE value IS 172 (67.58% from 255) = 45.87%
R=3.2%
G=50.93%
B=45.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121911720.9400.100.25173.6388.1839.8
HexCBFAC5E0A19ae5828
Octal142772541360123125613050
Binary1100101111111010110010111100101011001101011101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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