#0D8786

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

Shades of Dark Cyan #0D8786

Tints of Dark Cyan #0D8786

Color information

#0D8786 (or 0x0D8786) is unknown color: approx Dark Cyan. HEX triplet: 0D, 87 and 86. RGB value is (13,135,134). Sum of RGB (Red+Green+Blue) = 13+135+134=282 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.61% from 282); Green value is 135 (53.12% from 255 or 47.87% from 282); Blue value is 134 (52.73% from 255 or 47.52% from 282); Max value from RGB is 135 - color contains mainly: green. Hex color #0D8786 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8786 is #F27879. Grayscale: #626262. Windows color (decimal): -15890554 or 8816397. OLE color: 8816397.

HSL color Cylindrical-coordinate representation of color #0D8786: hue angle of 179.51º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8786 is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13135134-
CMYK0.9000.010.47
HSL179.51º82.43%29.02%-
HSV(B)179.51º90.37%52.94%-
XYZ13.1319.1325.56-
YUV98.41148.0867.08-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.61%
GREEN value IS 135 (53.12% from 255) = 47.87%
BLUE value IS 134 (52.73% from 255) = 47.52%
R=4.61%
G=47.87%
B=47.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131351340.9000.010.47179.5182.4329.02
HexD87865A012Fb4521d
Octal15207206132015726412235
Binary1101100001111000011010110100110111110110100101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,135,134); }

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

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

 a { background-color: rgb(13,135,134); }

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

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

 span { border-color: rgb(13,135,134); }

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