#0CBFB2

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

Shades of Light Sea Green #0CBFB2

Tints of Light Sea Green #0CBFB2

Color information

#0CBFB2 (or 0x0CBFB2) is unknown color: approx Light Sea Green. HEX triplet: 0C, BF and B2. RGB value is (12,191,178). Sum of RGB (Red+Green+Blue) = 12+191+178=381 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.15% from 381); Green value is 191 (75% from 255 or 50.13% from 381); Blue value is 178 (69.92% from 255 or 46.72% from 381); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBFB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBFB2 is #F3404D. Grayscale: #878787. Windows color (decimal): -15941710 or 11714316. OLE color: 11714316.

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

Color convert

RGB12191178-
CMYK0.9400.070.25
HSL175.64º88.18%39.8%-
HSV(B)175.64º93.72%74.9%-
XYZ26.8240.5548.53-
YUV136151.739.56-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.15%
GREEN value IS 191 (75% from 255) = 50.13%
BLUE value IS 178 (69.92% from 255) = 46.72%
R=3.15%
G=50.13%
B=46.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121911780.9400.070.25175.6488.1839.8
HexCBFB25E0719b05828
Octal14277262136073126013050
Binary110010111111101100101011110011111001101100001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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