#0D8888

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

Shades of Dark Cyan #0D8888

Tints of Dark Cyan #0D8888

Color information

#0D8888 (or 0x0D8888) is unknown color: approx Dark Cyan. HEX triplet: 0D, 88 and 88. RGB value is (13,136,136). Sum of RGB (Red+Green+Blue) = 13+136+136=285 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.56% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #0D8888 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8888 is #F27777. Grayscale: #636363. Windows color (decimal): -15890296 or 8947725. OLE color: 8947725.

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

Color convert

RGB13136136-
CMYK0.90000.47
HSL180º82.55%29.22%-
HSV(B)180º90.44%53.33%-
XYZ13.4119.4726.34-
YUV99.22148.7566.5-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.56%
GREEN value IS 136 (53.52% from 255) = 47.72%
BLUE value IS 136 (53.52% from 255) = 47.72%
R=4.56%
G=47.72%
B=47.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131361360.90000.4718082.5529.22
HexD88885A002Fb4531d
Octal15210210132005726412335
Binary1101100010001000100010110100010111110110100101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,136,136); }

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

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

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

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

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

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

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