#0CB1AB

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

Shades of Light Sea Green #0CB1AB

Tints of Light Sea Green #0CB1AB

Color information

#0CB1AB (or 0x0CB1AB) is unknown color: approx Light Sea Green. HEX triplet: 0C, B1 and AB. RGB value is (12,177,171). Sum of RGB (Red+Green+Blue) = 12+177+171=360 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.33% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB1AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CB1AB is #F34E54. Grayscale: #7E7E7E. Windows color (decimal): -15945301 or 11251980. OLE color: 11251980.

HSL color Cylindrical-coordinate representation of color #0CB1AB: hue angle of 177.82º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB1AB is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB12177171-
CMYK0.9300.030.31
HSL177.82º87.3%37.06%-
HSV(B)177.82º93.22%69.41%-
XYZ23.2234.4643.96-
YUV126.98152.8445.99-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.33%
GREEN value IS 177 (69.53% from 255) = 49.17%
BLUE value IS 171 (67.19% from 255) = 47.5%
R=3.33%
G=49.17%
B=47.5%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121771710.9300.030.31177.8287.337.06
HexCB1AB5D031Fb25725
Octal14261253135033726212745
Binary11001011000110101011101110101111111101100101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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