#0D8B80

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

Shades of Dark Cyan #0D8B80

Tints of Dark Cyan #0D8B80

Color information

#0D8B80 (or 0x0D8B80) is unknown color: approx Dark Cyan. HEX triplet: 0D, 8B and 80. RGB value is (13,139,128). Sum of RGB (Red+Green+Blue) = 13+139+128=280 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.64% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #0D8B80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8B80 is #F2747F. Grayscale: #636363. Windows color (decimal): -15889536 or 8424205. OLE color: 8424205.

HSL color Cylindrical-coordinate representation of color #0D8B80: hue angle of 174.76º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8B80 is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB13139128-
CMYK0.9100.080.45
HSL174.76º82.89%29.8%-
HSV(B)174.76º90.65%54.51%-
XYZ13.2920.1123.6-
YUV100.07143.7665.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.64%
GREEN value IS 139 (54.69% from 255) = 49.64%
BLUE value IS 128 (50.39% from 255) = 45.71%
R=4.64%
G=49.64%
B=45.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131391280.9100.080.45174.7682.8929.8
HexD8B805B082Daf531e
Octal152132001330105525712336
Binary1101100010111000000010110110100010110110101111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,139,128); }

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

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

 a { background-color: rgb(13,139,128); }

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

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

 span { border-color: rgb(13,139,128); }

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