#0C9582

Color #0C9582 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #0C9582

Tints of Dark Cyan #0C9582

Color information

#0C9582 (or 0x0C9582) is unknown color: approx Dark Cyan. HEX triplet: 0C, 95 and 82. RGB value is (12,149,130). Sum of RGB (Red+Green+Blue) = 12+149+130=291 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.12% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #0C9582 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9582 is #F36A7D. Grayscale: #696969. Windows color (decimal): -15952510 or 8557836. OLE color: 8557836.

HSL color Cylindrical-coordinate representation of color #0C9582: hue angle of 171.68º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9582 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB12149130-
CMYK0.9200.130.42
HSL171.68º85.09%31.57%-
HSV(B)171.68º91.95%58.43%-
XYZ14.9323.1824.81-
YUV105.87141.6161.04-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.12%
GREEN value IS 149 (58.59% from 255) = 51.20%
BLUE value IS 130 (51.17% from 255) = 44.67%
R=4.12%
G=51.20%
B=44.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121491300.9200.130.42171.6885.0931.57
HexC95825C0D2Aac5520
Octal142252021340155225412540
Binary11001001010110000010101110001101101010101011001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,149,130); }

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

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

 a { background-color: rgb(12,149,130); }

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

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

 span { border-color: rgb(12,149,130); }

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