#0CB0A3

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

Shades of Light Sea Green #0CB0A3

Tints of Light Sea Green #0CB0A3

Color information

#0CB0A3 (or 0x0CB0A3) is unknown color: approx Light Sea Green. HEX triplet: 0C, B0 and A3. RGB value is (12,176,163). Sum of RGB (Red+Green+Blue) = 12+176+163=351 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.42% from 351); Green value is 176 (69.14% from 255 or 50.14% from 351); Blue value is 163 (64.06% from 255 or 46.44% from 351); Max value from RGB is 176 - color contains mainly: green. Hex color #0CB0A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CB0A3 is #F34F5C. Grayscale: #7D7D7D. Windows color (decimal): -15945565 or 10727436. OLE color: 10727436.

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

Color convert

RGB12176163-
CMYK0.9300.070.31
HSL175.24º87.23%36.86%-
HSV(B)175.24º93.18%69.02%-
XYZ22.2933.7739.99-
YUV125.48149.1747.06-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.42%
GREEN value IS 176 (69.14% from 255) = 50.14%
BLUE value IS 163 (64.06% from 255) = 46.44%
R=3.42%
G=50.14%
B=46.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121761630.9300.070.31175.2487.2336.86
HexCB0A35D071Faf5725
Octal14260243135073725712745
Binary110010110000101000111011101011111111101011111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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