#0D8687

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

Shades of Dark Cyan #0D8687

Tints of Dark Cyan #0D8687

Color information

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

HSL color Cylindrical-coordinate representation of color #0D8687: hue angle of 180.49º 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 #0D8687 is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13134135-
CMYK0.900.0100.47
HSL180.49º82.43%29.02%-
HSV(B)180.49º90.37%52.94%-
XYZ13.0618.8925.88-
YUV97.94148.9167.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131341350.900.0100.47180.4982.4329.02
HexD86875A102Fb4521d
Octal15206207132105726412235
Binary1101100001101000011110110101010111110110100101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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