#0D9684

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

Shades of Dark Cyan #0D9684

Tints of Dark Cyan #0D9684

Color information

#0D9684 (or 0x0D9684) is unknown color: approx Dark Cyan. HEX triplet: 0D, 96 and 84. RGB value is (13,150,132). Sum of RGB (Red+Green+Blue) = 13+150+132=295 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.41% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #0D9684 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9684 is #F2697B. Grayscale: #6A6A6A. Windows color (decimal): -15886716 or 8689165. OLE color: 8689165.

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

Color convert

RGB13150132-
CMYK0.9100.120.41
HSL172.12º84.05%31.96%-
HSV(B)172.12º91.33%58.82%-
XYZ15.2423.5625.58-
YUV106.98142.1160.96-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.41%
GREEN value IS 150 (58.98% from 255) = 50.85%
BLUE value IS 132 (51.95% from 255) = 44.75%
R=4.41%
G=50.85%
B=44.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal131501320.9100.120.41172.1284.0531.96
HexD96845B0C29ac5420
Octal152262041330145125412440
Binary11011001011010000100101101101100101001101011001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,150,132); }

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

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

 a { background-color: rgb(13,150,132); }

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

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

 span { border-color: rgb(13,150,132); }

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