Shades of Dark Cyan #00828C
Tints of Dark Cyan #00828C
RGB
CMYK
RGB Variations
Color information
#00828C (or 0x00828C) is known color: Dark Cyan. HEX triplet: 00, 82 and 8C. RGB value is (0,130,140). Sum of RGB (Red+Green+Blue) = 0+130+140=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #00828C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00828C is #FF7D73. Grayscale: #5C5C5C. Windows color (decimal): -16743796 or 9208320. OLE color: 9208320.
HSL color Cylindrical-coordinate representation of color #00828C: hue angle of 184.29º 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 #00828C is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 130 | 140 | - |
| CMYK | 1 | 0.07 | 0 | 0.45 |
| HSL | 184.29º | 1% | 0.27% | - |
| HSV(B) | 184.29º | 1% | 0.55% | - |
| XYZ | 12.72 | 17.86 | 27.59 | - |
| YUV | 92.27 | 154.93 | 62.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 140 | 1 | 0.07 | 0 | 0.45 | 184.29 | 1 | 0.27 |
| Hex | 0 | 82 | 8C | 64 | 7 | 0 | 2D | B8 | 64 | 1B |
| Octal | 0 | 202 | 214 | 144 | 7 | 0 | 55 | 270 | 144 | 33 |
| Binary | 0 | 10000010 | 10001100 | 1100100 | 111 | 0 | 101101 | 10111000 | 1100100 | 11011 |
Color Harmonies of #00828C
Complementary color
Monochromatic Colors of #00828C
Black with #00828C
Text Example
Text Example
White with #00828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00828C; }
p { color: rgb(0,130,140); }
H1.HeaderClassName
{
color: #00828C;
}
.AnyTagClassName
{
color: #00828C;
}
</style>
background-color css
<style>
a { background-color: #00828C; }
a { background-color: rgb(0,130,140); }
div.DivClassName
{
background-color: #00828C;
}
.BgClassName
{
background-color: #00828C;
}
</style>
border-color css
<style>
span { border-color: #00828C; }
span { border-color: rgb(0,130,140); }
td.TdClassName
{
border-color: #00828C;
}
.TagClassName
{
border-color: #00828C;
}
</style>