Shades of Dark Cyan #00828B
Tints of Dark Cyan #00828B
RGB
CMYK
RGB Variations
Color information
#00828B (or 0x00828B) is known color: Dark Cyan. HEX triplet: 00, 82 and 8B. RGB value is (0,130,139). Sum of RGB (Red+Green+Blue) = 0+130+139=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #00828B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00828B is #FF7D74. Grayscale: #5B5B5B. Windows color (decimal): -16743797 or 9142784. OLE color: 9142784.
HSL color Cylindrical-coordinate representation of color #00828B: hue angle of 183.88º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00828B is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 130 | 139 | - |
| CMYK | 1 | 0.06 | 0 | 0.45 |
| HSL | 183.88º | 1% | 0.27% | - |
| HSV(B) | 183.88º | 1% | 0.55% | - |
| XYZ | 12.64 | 17.83 | 27.2 | - |
| YUV | 92.16 | 154.43 | 62.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 139 | 1 | 0.06 | 0 | 0.45 | 183.88 | 1 | 0.27 |
| Hex | 0 | 82 | 8B | 64 | 6 | 0 | 2D | B8 | 64 | 1B |
| Octal | 0 | 202 | 213 | 144 | 6 | 0 | 55 | 270 | 144 | 33 |
| Binary | 0 | 10000010 | 10001011 | 1100100 | 110 | 0 | 101101 | 10111000 | 1100100 | 11011 |
Color Harmonies of #00828B
Complementary color
Monochromatic Colors of #00828B
Black with #00828B
Text Example
Text Example
White with #00828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00828B; }
p { color: rgb(0,130,139); }
H1.HeaderClassName
{
color: #00828B;
}
.AnyTagClassName
{
color: #00828B;
}
</style>
background-color css
<style>
a { background-color: #00828B; }
a { background-color: rgb(0,130,139); }
div.DivClassName
{
background-color: #00828B;
}
.BgClassName
{
background-color: #00828B;
}
</style>
border-color css
<style>
span { border-color: #00828B; }
span { border-color: rgb(0,130,139); }
td.TdClassName
{
border-color: #00828B;
}
.TagClassName
{
border-color: #00828B;
}
</style>