#0CB3B0

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

Shades of Light Sea Green #0CB3B0

Tints of Light Sea Green #0CB3B0

Color information

#0CB3B0 (or 0x0CB3B0) is unknown color: approx Light Sea Green. HEX triplet: 0C, B3 and B0. RGB value is (12,179,176). Sum of RGB (Red+Green+Blue) = 12+179+176=367 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.27% from 367); Green value is 179 (70.31% from 255 or 48.77% from 367); Blue value is 176 (69.14% from 255 or 47.96% from 367); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB3B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB3B0 is #F34C4F. Grayscale: #808080. Windows color (decimal): -15944784 or 11580172. OLE color: 11580172.

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

Color convert

RGB12179176-
CMYK0.9300.020.30
HSL178.92º87.43%37.45%-
HSV(B)178.92º93.3%70.2%-
XYZ24.1135.4546.65-
YUV128.72154.6744.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.27%
GREEN value IS 179 (70.31% from 255) = 48.77%
BLUE value IS 176 (69.14% from 255) = 47.96%
R=3.27%
G=48.77%
B=47.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal121791760.9300.020.30178.9287.4337.45
HexCB3B05D021Eb35725
Octal14263260135023626312745
Binary11001011001110110000101110101011110101100111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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