#0CBFB0

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

Shades of Light Sea Green #0CBFB0

Tints of Light Sea Green #0CBFB0

Color information

#0CBFB0 (or 0x0CBFB0) is unknown color: approx Light Sea Green. HEX triplet: 0C, BF and B0. RGB value is (12,191,176). Sum of RGB (Red+Green+Blue) = 12+191+176=379 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 176 (69.14% from 255 or 46.44% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBFB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBFB0 is #F3404F. Grayscale: #878787. Windows color (decimal): -15941712 or 11583244. OLE color: 11583244.

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

Color convert

RGB12191176-
CMYK0.9400.080.25
HSL174.97º88.18%39.8%-
HSV(B)174.97º93.72%74.9%-
XYZ26.6240.4747.48-
YUV135.77150.739.72-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.17%
GREEN value IS 191 (75% from 255) = 50.40%
BLUE value IS 176 (69.14% from 255) = 46.44%
R=3.17%
G=50.40%
B=46.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121911760.9400.080.25174.9788.1839.8
HexCBFB05E0819af5828
Octal142772601360103125713050
Binary1100101111111011000010111100100011001101011111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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