#0C8D84

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

Shades of Dark Cyan #0C8D84

Tints of Dark Cyan #0C8D84

Color information

#0C8D84 (or 0x0C8D84) is unknown color: approx Dark Cyan. HEX triplet: 0C, 8D and 84. RGB value is (12,141,132). Sum of RGB (Red+Green+Blue) = 12+141+132=285 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.21% from 285); Green value is 141 (55.47% from 255 or 49.47% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 141 - color contains mainly: green. Hex color #0C8D84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8D84 is #F3727B. Grayscale: #656565. Windows color (decimal): -15954556 or 8686860. OLE color: 8686860.

HSL color Cylindrical-coordinate representation of color #0C8D84: hue angle of 175.81º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8D84 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB12141132-
CMYK0.9100.060.45
HSL175.81º84.31%30%-
HSV(B)175.81º91.49%55.29%-
XYZ13.8420.7925.11-
YUV101.4145.2664.23-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.21%
GREEN value IS 141 (55.47% from 255) = 49.47%
BLUE value IS 132 (51.95% from 255) = 46.32%
R=4.21%
G=49.47%
B=46.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121411320.9100.060.45175.8184.3130
HexC8D845B062Db0541e
Octal14215204133065526012436
Binary110010001101100001001011011011010110110110000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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