#0C8984

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

Shades of Dark Cyan #0C8984

Tints of Dark Cyan #0C8984

Color information

#0C8984 (or 0x0C8984) is unknown color: approx Dark Cyan. HEX triplet: 0C, 89 and 84. RGB value is (12,137,132). Sum of RGB (Red+Green+Blue) = 12+137+132=281 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.27% from 281); Green value is 137 (53.91% from 255 or 48.75% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 137 - color contains mainly: green. Hex color #0C8984 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8984 is #F3767B. Grayscale: #626262. Windows color (decimal): -15955580 or 8685836. OLE color: 8685836.

HSL color Cylindrical-coordinate representation of color #0C8984: hue angle of 177.6º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8984 is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB12137132-
CMYK0.9100.040.46
HSL177.6º83.89%29.22%-
HSV(B)177.6º91.24%53.73%-
XYZ13.2619.6424.92-
YUV99.06146.5965.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.27%
GREEN value IS 137 (53.91% from 255) = 48.75%
BLUE value IS 132 (51.95% from 255) = 46.98%
R=4.27%
G=48.75%
B=46.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal121371320.9100.040.46177.683.8929.22
HexC89845B042Eb2541d
Octal14211204133045626212435
Binary110010001001100001001011011010010111010110010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,137,132); }

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

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

 a { background-color: rgb(12,137,132); }

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

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

 span { border-color: rgb(12,137,132); }

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