#0CB3B1

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

Shades of Light Sea Green #0CB3B1

Tints of Light Sea Green #0CB3B1

Color information

#0CB3B1 (or 0x0CB3B1) is unknown color: approx Light Sea Green. HEX triplet: 0C, B3 and B1. RGB value is (12,179,177). Sum of RGB (Red+Green+Blue) = 12+179+177=368 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.26% from 368); Green value is 179 (70.31% from 255 or 48.64% from 368); Blue value is 177 (69.53% from 255 or 48.10% from 368); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB3B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB3B1 is #F34C4E. Grayscale: #808080. Windows color (decimal): -15944783 or 11645708. OLE color: 11645708.

HSL color Cylindrical-coordinate representation of color #0CB3B1: hue angle of 179.28º 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 #0CB3B1 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB12179177-
CMYK0.9300.010.30
HSL179.28º87.43%37.45%-
HSV(B)179.28º93.3%70.2%-
XYZ24.2135.4947.17-
YUV128.84155.1744.66-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.26%
GREEN value IS 179 (70.31% from 255) = 48.64%
BLUE value IS 177 (69.53% from 255) = 48.10%
R=3.26%
G=48.64%
B=48.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal121791770.9300.010.30179.2887.4337.45
HexCB3B15D011Eb35725
Octal14263261135013626312745
Binary1100101100111011000110111010111110101100111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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