Shades of Eastern Blue #008E98
Tints of Eastern Blue #008E98
RGB
CMYK
RGB Variations
Color information
#008E98 (or 0x008E98) is known color: Eastern Blue. HEX triplet: 00, 8E and 98. RGB value is (0,142,152). Sum of RGB (Red+Green+Blue) = 0+142+152=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 142 (55.86% from 255 or 48.30% from 294); Blue value is 152 (59.77% from 255 or 51.70% from 294); Max value from RGB is 152 - color contains mainly: blue. Hex color #008E98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008E98 is #FF7167. Grayscale: #646464. Windows color (decimal): -16740712 or 9997824. OLE color: 9997824.
HSL color Cylindrical-coordinate representation of color #008E98: hue angle of 183.95º 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 #008E98 is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 142 | 152 | - |
| CMYK | 1 | 0.07 | 0 | 0.40 |
| HSL | 183.95º | 1% | 0.3% | - |
| HSV(B) | 183.95º | 1% | 0.6% | - |
| XYZ | 15.34 | 21.61 | 33.07 | - |
| YUV | 100.68 | 156.96 | 56.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 152 | 1 | 0.07 | 0 | 0.40 | 183.95 | 1 | 0.3 |
| Hex | 0 | 8E | 98 | 64 | 7 | 0 | 28 | B8 | 64 | 1E |
| Octal | 0 | 216 | 230 | 144 | 7 | 0 | 50 | 270 | 144 | 36 |
| Binary | 0 | 10001110 | 10011000 | 1100100 | 111 | 0 | 101000 | 10111000 | 1100100 | 11110 |
Color Harmonies of #008E98
Complementary color
Monochromatic Colors of #008E98
Black with #008E98
Text Example
Text Example
White with #008E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008E98; }
p { color: rgb(0,142,152); }
H1.HeaderClassName
{
color: #008E98;
}
.AnyTagClassName
{
color: #008E98;
}
</style>
background-color css
<style>
a { background-color: #008E98; }
a { background-color: rgb(0,142,152); }
div.DivClassName
{
background-color: #008E98;
}
.BgClassName
{
background-color: #008E98;
}
</style>
border-color css
<style>
span { border-color: #008E98; }
span { border-color: rgb(0,142,152); }
td.TdClassName
{
border-color: #008E98;
}
.TagClassName
{
border-color: #008E98;
}
</style>