Shades of Dark Cyan #08818A
Tints of Dark Cyan #08818A
RGB
CMYK
RGB Variations
Color information
#08818A (or 0x08818A) is known color: Dark Cyan. HEX triplet: 08, 81 and 8A. RGB value is (8,129,138). Sum of RGB (Red+Green+Blue) = 8+129+138=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #08818A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08818A is #F77E75. Grayscale: #5D5D5D. Windows color (decimal): -16219766 or 9077000. OLE color: 9077000.
HSL color Cylindrical-coordinate representation of color #08818A: hue angle of 184.15º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08818A is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 129 | 138 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.46 |
| HSL | 184.15º | 0.89% | 0.29% | - |
| HSV(B) | 184.15º | 0.94% | 0.54% | - |
| XYZ | 12.54 | 17.59 | 26.78 | - |
| YUV | 93.85 | 152.91 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 129 | 138 | 0.94 | 0.07 | 0 | 0.46 | 184.15 | 0.89 | 0.29 |
| Hex | 8 | 81 | 8A | 5E | 7 | 0 | 2E | B8 | 59 | 1D |
| Octal | 10 | 201 | 212 | 136 | 7 | 0 | 56 | 270 | 131 | 35 |
| Binary | 1000 | 10000001 | 10001010 | 1011110 | 111 | 0 | 101110 | 10111000 | 1011001 | 11101 |
Color Harmonies of #08818A
Complementary color
Monochromatic Colors of #08818A
Black with #08818A
Text Example
Text Example
White with #08818A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08818A; }
p { color: rgb(8,129,138); }
H1.HeaderClassName
{
color: #08818A;
}
.AnyTagClassName
{
color: #08818A;
}
</style>
background-color css
<style>
a { background-color: #08818A; }
a { background-color: rgb(8,129,138); }
div.DivClassName
{
background-color: #08818A;
}
.BgClassName
{
background-color: #08818A;
}
</style>
border-color css
<style>
span { border-color: #08818A; }
span { border-color: rgb(8,129,138); }
td.TdClassName
{
border-color: #08818A;
}
.TagClassName
{
border-color: #08818A;
}
</style>