Shades of Dark Cyan #00828A
Tints of Dark Cyan #00828A
RGB
CMYK
RGB Variations
Color information
#00828A (or 0x00828A) is known color: Dark Cyan. HEX triplet: 00, 82 and 8A. RGB value is (0,130,138). Sum of RGB (Red+Green+Blue) = 0+130+138=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #00828A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00828A is #FF7D75. Grayscale: #5B5B5B. Windows color (decimal): -16743798 or 9077248. OLE color: 9077248.
HSL color Cylindrical-coordinate representation of color #00828A: hue angle of 183.48º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00828A is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 130 | 138 | - |
| CMYK | 1 | 0.06 | 0 | 0.46 |
| HSL | 183.48º | 1% | 0.27% | - |
| HSV(B) | 183.48º | 1% | 0.54% | - |
| XYZ | 12.57 | 17.8 | 26.82 | - |
| YUV | 92.04 | 153.93 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 138 | 1 | 0.06 | 0 | 0.46 | 183.48 | 1 | 0.27 |
| Hex | 0 | 82 | 8A | 64 | 6 | 0 | 2E | B7 | 64 | 1B |
| Octal | 0 | 202 | 212 | 144 | 6 | 0 | 56 | 267 | 144 | 33 |
| Binary | 0 | 10000010 | 10001010 | 1100100 | 110 | 0 | 101110 | 10110111 | 1100100 | 11011 |
Color Harmonies of #00828A
Complementary color
Monochromatic Colors of #00828A
Black with #00828A
Text Example
Text Example
White with #00828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00828A; }
p { color: rgb(0,130,138); }
H1.HeaderClassName
{
color: #00828A;
}
.AnyTagClassName
{
color: #00828A;
}
</style>
background-color css
<style>
a { background-color: #00828A; }
a { background-color: rgb(0,130,138); }
div.DivClassName
{
background-color: #00828A;
}
.BgClassName
{
background-color: #00828A;
}
</style>
border-color css
<style>
span { border-color: #00828A; }
span { border-color: rgb(0,130,138); }
td.TdClassName
{
border-color: #00828A;
}
.TagClassName
{
border-color: #00828A;
}
</style>