#0D9395

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

Shades of Dark Cyan #0D9395

Tints of Dark Cyan #0D9395

Color information

#0D9395 (or 0x0D9395) is unknown color: approx Dark Cyan. HEX triplet: 0D, 93 and 95. RGB value is (13,147,149). Sum of RGB (Red+Green+Blue) = 13+147+149=309 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.21% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D9395 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9395 is #F26C6A. Grayscale: #6B6B6B. Windows color (decimal): -15887467 or 9802509. OLE color: 9802509.

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

Color convert

RGB13147149-
CMYK0.910.0100.42
HSL180.88º83.95%31.76%-
HSV(B)180.88º91.28%58.43%-
XYZ16.0223.1232.05-
YUV107.16151.6160.84-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.21%
GREEN value IS 147 (57.81% from 255) = 47.57%
BLUE value IS 149 (58.59% from 255) = 48.22%
R=4.21%
G=47.57%
B=48.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131471490.910.0100.42180.8883.9531.76
HexD93955B102Ab55420
Octal15223225133105226512440
Binary11011001001110010101101101110101010101101011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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