Shades of Eastern Blue #00829F
Tints of Eastern Blue #00829F
RGB
CMYK
RGB Variations
Color information
#00829F (or 0x00829F) is known color: Eastern Blue. HEX triplet: 00, 82 and 9F. RGB value is (0,130,159). Sum of RGB (Red+Green+Blue) = 0+130+159=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #00829F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00829F is #FF7D60. Grayscale: #5E5E5E. Windows color (decimal): -16743777 or 10453504. OLE color: 10453504.
HSL color Cylindrical-coordinate representation of color #00829F: hue angle of 190.94º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00829F is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 130 | 159 | - |
| CMYK | 1 | 0.18 | 0 | 0.38 |
| HSL | 190.94º | 1% | 0.31% | - |
| HSV(B) | 190.94º | 1% | 0.62% | - |
| XYZ | 14.24 | 18.47 | 35.62 | - |
| YUV | 94.44 | 164.43 | 60.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 159 | 1 | 0.18 | 0 | 0.38 | 190.94 | 1 | 0.31 |
| Hex | 0 | 82 | 9F | 64 | 12 | 0 | 26 | BF | 64 | 1F |
| Octal | 0 | 202 | 237 | 144 | 22 | 0 | 46 | 277 | 144 | 37 |
| Binary | 0 | 10000010 | 10011111 | 1100100 | 10010 | 0 | 100110 | 10111111 | 1100100 | 11111 |
Color Harmonies of #00829F
Complementary color
Monochromatic Colors of #00829F
Black with #00829F
Text Example
Text Example
White with #00829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00829F; }
p { color: rgb(0,130,159); }
H1.HeaderClassName
{
color: #00829F;
}
.AnyTagClassName
{
color: #00829F;
}
</style>
background-color css
<style>
a { background-color: #00829F; }
a { background-color: rgb(0,130,159); }
div.DivClassName
{
background-color: #00829F;
}
.BgClassName
{
background-color: #00829F;
}
</style>
border-color css
<style>
span { border-color: #00829F; }
span { border-color: rgb(0,130,159); }
td.TdClassName
{
border-color: #00829F;
}
.TagClassName
{
border-color: #00829F;
}
</style>