Shades of Eastern Blue #00829A
Tints of Eastern Blue #00829A
RGB
CMYK
RGB Variations
Color information
#00829A (or 0x00829A) is known color: Eastern Blue. HEX triplet: 00, 82 and 9A. RGB value is (0,130,154). Sum of RGB (Red+Green+Blue) = 0+130+154=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #00829A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00829A is #FF7D65. Grayscale: #5D5D5D. Windows color (decimal): -16743782 or 10125824. OLE color: 10125824.
HSL color Cylindrical-coordinate representation of color #00829A: hue angle of 189.35º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00829A is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 130 | 154 | - |
| CMYK | 1 | 0.16 | 0 | 0.40 |
| HSL | 189.35º | 1% | 0.3% | - |
| HSV(B) | 189.35º | 1% | 0.6% | - |
| XYZ | 13.82 | 18.3 | 33.38 | - |
| YUV | 93.87 | 161.93 | 61.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 154 | 1 | 0.16 | 0 | 0.40 | 189.35 | 1 | 0.3 |
| Hex | 0 | 82 | 9A | 64 | 10 | 0 | 28 | BD | 64 | 1E |
| Octal | 0 | 202 | 232 | 144 | 20 | 0 | 50 | 275 | 144 | 36 |
| Binary | 0 | 10000010 | 10011010 | 1100100 | 10000 | 0 | 101000 | 10111101 | 1100100 | 11110 |
Color Harmonies of #00829A
Complementary color
Monochromatic Colors of #00829A
Black with #00829A
Text Example
Text Example
White with #00829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00829A; }
p { color: rgb(0,130,154); }
H1.HeaderClassName
{
color: #00829A;
}
.AnyTagClassName
{
color: #00829A;
}
</style>
background-color css
<style>
a { background-color: #00829A; }
a { background-color: rgb(0,130,154); }
div.DivClassName
{
background-color: #00829A;
}
.BgClassName
{
background-color: #00829A;
}
</style>
border-color css
<style>
span { border-color: #00829A; }
span { border-color: rgb(0,130,154); }
td.TdClassName
{
border-color: #00829A;
}
.TagClassName
{
border-color: #00829A;
}
</style>