#0CBFB1

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

Shades of Light Sea Green #0CBFB1

Tints of Light Sea Green #0CBFB1

Color information

#0CBFB1 (or 0x0CBFB1) is unknown color: approx Light Sea Green. HEX triplet: 0C, BF and B1. RGB value is (12,191,177). Sum of RGB (Red+Green+Blue) = 12+191+177=380 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.16% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 177 (69.53% from 255 or 46.58% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBFB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBFB1 is #F3404E. Grayscale: #878787. Windows color (decimal): -15941711 or 11648780. OLE color: 11648780.

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

Color convert

RGB12191177-
CMYK0.9400.070.25
HSL175.31º88.18%39.8%-
HSV(B)175.31º93.72%74.9%-
XYZ26.7240.5148.01-
YUV135.88151.239.64-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.16%
GREEN value IS 191 (75% from 255) = 50.26%
BLUE value IS 177 (69.53% from 255) = 46.58%
R=3.16%
G=50.26%
B=46.58%

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
Decimal121911770.9400.070.25175.3188.1839.8
HexCBFB15E0719af5828
Octal14277261136073125713050
Binary110010111111101100011011110011111001101011111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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