#0D848F

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

Shades of Dark Cyan #0D848F

Tints of Dark Cyan #0D848F

Color information

#0D848F (or 0x0D848F) is unknown color: approx Dark Cyan. HEX triplet: 0D, 84 and 8F. RGB value is (13,132,143). Sum of RGB (Red+Green+Blue) = 13+132+143=288 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.51% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #0D848F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D848F is #F27B70. Grayscale: #616161. Windows color (decimal): -15891313 or 9405453. OLE color: 9405453.

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

Color convert

RGB13132143-
CMYK0.910.0800.44
HSL185.08º83.33%30.59%-
HSV(B)185.08º90.91%56.08%-
XYZ13.3818.5728.87-
YUV97.67153.5867.61-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.51%
GREEN value IS 132 (51.95% from 255) = 45.83%
BLUE value IS 143 (56.25% from 255) = 49.65%
R=4.51%
G=45.83%
B=49.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131321430.910.0800.44185.0883.3330.59
HexD848F5B802Cb9531f
Octal152042171331005427112337
Binary1101100001001000111110110111000010110010111001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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