#0CB0B3

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

Shades of Light Sea Green #0CB0B3

Tints of Light Sea Green #0CB0B3

Color information

#0CB0B3 (or 0x0CB0B3) is unknown color: approx Light Sea Green. HEX triplet: 0C, B0 and B3. RGB value is (12,176,179). Sum of RGB (Red+Green+Blue) = 12+176+179=367 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.27% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 179 (70.31% from 255 or 48.77% from 367); Max value from RGB is 179 - color contains mainly: blue. Hex color #0CB0B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CB0B3 is #F34F4C. Grayscale: #7F7F7F. Windows color (decimal): -15945549 or 11776012. OLE color: 11776012.

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

Color convert

RGB12176179-
CMYK0.930.0200.30
HSL181.08º87.43%37.45%-
HSV(B)181.08º93.3%70.2%-
XYZ23.8134.3848.03-
YUV127.31157.1745.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal121761790.930.0200.30181.0887.4337.45
HexCB0B35D201Eb55725
Octal14260263135203626512745
Binary11001011000010110011101110110011110101101011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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