#0D8C91

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

Shades of Dark Cyan #0D8C91

Tints of Dark Cyan #0D8C91

Color information

#0D8C91 (or 0x0D8C91) is unknown color: approx Dark Cyan. HEX triplet: 0D, 8C and 91. RGB value is (13,140,145). Sum of RGB (Red+Green+Blue) = 13+140+145=298 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.36% from 298); Green value is 140 (55.08% from 255 or 46.98% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #0D8C91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8C91 is #F2736E. Grayscale: #666666. Windows color (decimal): -15889263 or 9538573. OLE color: 9538573.

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

Color convert

RGB13140145-
CMYK0.910.0300.43
HSL182.27º83.54%30.98%-
HSV(B)182.27º91.03%56.86%-
XYZ14.6520.8930.05-
YUV102.6151.9264.09-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.36%
GREEN value IS 140 (55.08% from 255) = 46.98%
BLUE value IS 145 (57.03% from 255) = 48.66%
R=4.36%
G=46.98%
B=48.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131401450.910.0300.43182.2783.5430.98
HexD8C915B302Bb6541f
Octal15214221133305326612437
Binary11011000110010010001101101111010101110110110101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,140,145); }

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

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

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

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

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

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

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