Shades of Dark Cyan #08828B
Tints of Dark Cyan #08828B
RGB
CMYK
RGB Variations
Color information
#08828B (or 0x08828B) is known color: Dark Cyan. HEX triplet: 08, 82 and 8B. RGB value is (8,130,139). Sum of RGB (Red+Green+Blue) = 8+130+139=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #08828B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08828B is #F77D74. Grayscale: #5E5E5E. Windows color (decimal): -16219509 or 9142792. OLE color: 9142792.
HSL color Cylindrical-coordinate representation of color #08828B: hue angle of 184.12º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08828B is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 130 | 139 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.45 |
| HSL | 184.12º | 0.89% | 0.29% | - |
| HSV(B) | 184.12º | 0.94% | 0.55% | - |
| XYZ | 12.74 | 17.88 | 27.21 | - |
| YUV | 94.55 | 153.08 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 139 | 0.94 | 0.06 | 0 | 0.45 | 184.12 | 0.89 | 0.29 |
| Hex | 8 | 82 | 8B | 5E | 6 | 0 | 2D | B8 | 59 | 1D |
| Octal | 10 | 202 | 213 | 136 | 6 | 0 | 55 | 270 | 131 | 35 |
| Binary | 1000 | 10000010 | 10001011 | 1011110 | 110 | 0 | 101101 | 10111000 | 1011001 | 11101 |
Color Harmonies of #08828B
Complementary color
Monochromatic Colors of #08828B
Black with #08828B
Text Example
Text Example
White with #08828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08828B; }
p { color: rgb(8,130,139); }
H1.HeaderClassName
{
color: #08828B;
}
.AnyTagClassName
{
color: #08828B;
}
</style>
background-color css
<style>
a { background-color: #08828B; }
a { background-color: rgb(8,130,139); }
div.DivClassName
{
background-color: #08828B;
}
.BgClassName
{
background-color: #08828B;
}
</style>
border-color css
<style>
span { border-color: #08828B; }
span { border-color: rgb(8,130,139); }
td.TdClassName
{
border-color: #08828B;
}
.TagClassName
{
border-color: #08828B;
}
</style>