#0D8785

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

Shades of Dark Cyan #0D8785

Tints of Dark Cyan #0D8785

Color information

#0D8785 (or 0x0D8785) is unknown color: approx Dark Cyan. HEX triplet: 0D, 87 and 85. RGB value is (13,135,133). Sum of RGB (Red+Green+Blue) = 13+135+133=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 135 (53.12% from 255 or 48.04% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 135 - color contains mainly: green. Hex color #0D8785 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8785 is #F2787A. Grayscale: #626262. Windows color (decimal): -15890555 or 8750861. OLE color: 8750861.

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

Color convert

RGB13135133-
CMYK0.9000.010.47
HSL179.02º82.43%29.02%-
HSV(B)179.02º90.37%52.94%-
XYZ13.0619.1125.19-
YUV98.29147.5867.16-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.63%
GREEN value IS 135 (53.12% from 255) = 48.04%
BLUE value IS 133 (52.34% from 255) = 47.33%
R=4.63%
G=48.04%
B=47.33%

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
Decimal131351330.9000.010.47179.0282.4329.02
HexD87855A012Fb3521d
Octal15207205132015726312235
Binary1101100001111000010110110100110111110110011101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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