#0A8D84

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

Shades of Dark Cyan #0A8D84

Tints of Dark Cyan #0A8D84

Color information

#0A8D84 (or 0x0A8D84) is unknown color: approx Dark Cyan. HEX triplet: 0A, 8D and 84. RGB value is (10,141,132). Sum of RGB (Red+Green+Blue) = 10+141+132=283 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.53% from 283); Green value is 141 (55.47% from 255 or 49.82% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 141 - color contains mainly: green. Hex color #0A8D84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8D84 is #F5727B. Grayscale: #646464. Windows color (decimal): -16085628 or 8686858. OLE color: 8686858.

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

Color convert

RGB10141132-
CMYK0.9300.060.45
HSL175.88º86.75%29.61%-
HSV(B)175.88º92.91%55.29%-
XYZ13.8120.7825.11-
YUV100.8145.663.23-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.53%
GREEN value IS 141 (55.47% from 255) = 49.82%
BLUE value IS 132 (51.95% from 255) = 46.64%
R=3.53%
G=49.82%
B=46.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101411320.9300.060.45175.8886.7529.61
HexA8D845D062Db0571e
Octal12215204135065526012736
Binary101010001101100001001011101011010110110110000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,141,132); }

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

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

 a { background-color: rgb(10,141,132); }

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

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

 span { border-color: rgb(10,141,132); }

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