Shades of Eastern Blue #008A99
Tints of Eastern Blue #008A99
RGB
CMYK
RGB Variations
Color information
#008A99 (or 0x008A99) is known color: Eastern Blue. HEX triplet: 00, 8A and 99. RGB value is (0,138,153). Sum of RGB (Red+Green+Blue) = 0+138+153=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 138 (54.30% from 255 or 47.42% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #008A99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008A99 is #FF7566. Grayscale: #626262. Windows color (decimal): -16741735 or 10062336. OLE color: 10062336.
HSL color Cylindrical-coordinate representation of color #008A99: hue angle of 185.88º 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 #008A99 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 138 | 153 | - |
| CMYK | 1 | 0.10 | 0 | 0.4 |
| HSL | 185.88º | 1% | 0.3% | - |
| HSV(B) | 185.88º | 1% | 0.6% | - |
| XYZ | 14.84 | 20.48 | 33.31 | - |
| YUV | 98.45 | 158.78 | 57.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 153 | 1 | 0.10 | 0 | 0.4 | 185.88 | 1 | 0.3 |
| Hex | 0 | 8A | 99 | 64 | A | 0 | 28 | BA | 64 | 1E |
| Octal | 0 | 212 | 231 | 144 | 12 | 0 | 50 | 272 | 144 | 36 |
| Binary | 0 | 10001010 | 10011001 | 1100100 | 1010 | 0 | 101000 | 10111010 | 1100100 | 11110 |
Color Harmonies of #008A99
Complementary color
Monochromatic Colors of #008A99
Black with #008A99
Text Example
Text Example
White with #008A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008A99; }
p { color: rgb(0,138,153); }
H1.HeaderClassName
{
color: #008A99;
}
.AnyTagClassName
{
color: #008A99;
}
</style>
background-color css
<style>
a { background-color: #008A99; }
a { background-color: rgb(0,138,153); }
div.DivClassName
{
background-color: #008A99;
}
.BgClassName
{
background-color: #008A99;
}
</style>
border-color css
<style>
span { border-color: #008A99; }
span { border-color: rgb(0,138,153); }
td.TdClassName
{
border-color: #008A99;
}
.TagClassName
{
border-color: #008A99;
}
</style>