Shades of Eastern Blue #008D9A
Tints of Eastern Blue #008D9A
RGB
CMYK
RGB Variations
Color information
#008D9A (or 0x008D9A) is known color: Eastern Blue. HEX triplet: 00, 8D and 9A. RGB value is (0,141,154). Sum of RGB (Red+Green+Blue) = 0+141+154=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 154 (60.55% from 255 or 52.20% from 295); Max value from RGB is 154 - color contains mainly: blue. Hex color #008D9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008D9A is #FF7265. Grayscale: #646464. Windows color (decimal): -16740966 or 10128640. OLE color: 10128640.
HSL color Cylindrical-coordinate representation of color #008D9A: hue angle of 185.06º 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 #008D9A is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 141 | 154 | - |
| CMYK | 1 | 0.08 | 0 | 0.40 |
| HSL | 185.06º | 1% | 0.3% | - |
| HSV(B) | 185.06º | 1% | 0.6% | - |
| XYZ | 15.36 | 21.38 | 33.89 | - |
| YUV | 100.32 | 158.29 | 56.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 154 | 1 | 0.08 | 0 | 0.40 | 185.06 | 1 | 0.3 |
| Hex | 0 | 8D | 9A | 64 | 8 | 0 | 28 | B9 | 64 | 1E |
| Octal | 0 | 215 | 232 | 144 | 10 | 0 | 50 | 271 | 144 | 36 |
| Binary | 0 | 10001101 | 10011010 | 1100100 | 1000 | 0 | 101000 | 10111001 | 1100100 | 11110 |
Color Harmonies of #008D9A
Complementary color
Monochromatic Colors of #008D9A
Black with #008D9A
Text Example
Text Example
White with #008D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008D9A; }
p { color: rgb(0,141,154); }
H1.HeaderClassName
{
color: #008D9A;
}
.AnyTagClassName
{
color: #008D9A;
}
</style>
background-color css
<style>
a { background-color: #008D9A; }
a { background-color: rgb(0,141,154); }
div.DivClassName
{
background-color: #008D9A;
}
.BgClassName
{
background-color: #008D9A;
}
</style>
border-color css
<style>
span { border-color: #008D9A; }
span { border-color: rgb(0,141,154); }
td.TdClassName
{
border-color: #008D9A;
}
.TagClassName
{
border-color: #008D9A;
}
</style>