#0d9385

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

Shades of Dark Cyan #0D9385

Tints of Dark Cyan #0D9385

Color information

#0D9385 (or 0x0D9385) is unknown color: approx Dark Cyan. HEX triplet: 0D, 93 and 85. RGB value is (13,147,133). Sum of RGB (Red+Green+Blue) = 13+147+133=293 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.44% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #0D9385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9385 is #F26C7A. Grayscale: #696969. Windows color (decimal): -15887483 or 8753933. OLE color: 8753933.

HSL color Cylindrical-coordinate representation of color #0D9385: hue angle of 173.73º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9385 is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB13147133-
CMYK0.9100.100.42
HSL173.73º83.75%31.37%-
HSV(B)173.73º91.16%57.65%-
XYZ14.8322.6525.78-
YUV105.34143.6162.14-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.44%
GREEN value IS 147 (57.81% from 255) = 50.17%
BLUE value IS 133 (52.34% from 255) = 45.39%
R=4.44%
G=50.17%
B=45.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131471330.9100.100.42173.7383.7531.37
HexD93855B0A2Aae541f
Octal152232051330125225612437
Binary1101100100111000010110110110101010101010101110101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d9385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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