Shades of Eastern Blue #0098A0
Tints of Eastern Blue #0098A0
RGB
CMYK
RGB Variations
Color information
#0098A0 (or 0x0098A0) is known color: Eastern Blue. HEX triplet: 00, 98 and A0. RGB value is (0,152,160). Sum of RGB (Red+Green+Blue) = 0+152+160=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 160 (62.89% from 255 or 51.28% from 312); Max value from RGB is 160 - color contains mainly: blue. Hex color #0098A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0098A0 is #FF675F. Grayscale: #6B6B6B. Windows color (decimal): -16738144 or 10524672. OLE color: 10524672.
HSL color Cylindrical-coordinate representation of color #0098A0: hue angle of 183º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0098A0 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 152 | 160 | - |
| CMYK | 1 | 0.05 | 0 | 0.37 |
| HSL | 183º | 1% | 0.31% | - |
| HSV(B) | 183º | 1% | 0.63% | - |
| XYZ | 17.57 | 24.99 | 37.16 | - |
| YUV | 107.46 | 157.64 | 51.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 152 | 160 | 1 | 0.05 | 0 | 0.37 | 183 | 1 | 0.31 |
| Hex | 0 | 98 | A0 | 64 | 5 | 0 | 25 | B7 | 64 | 1F |
| Octal | 0 | 230 | 240 | 144 | 5 | 0 | 45 | 267 | 144 | 37 |
| Binary | 0 | 10011000 | 10100000 | 1100100 | 101 | 0 | 100101 | 10110111 | 1100100 | 11111 |
Color Harmonies of #0098A0
Complementary color
Monochromatic Colors of #0098A0
Black with #0098A0
Text Example
Text Example
White with #0098A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0098A0; }
p { color: rgb(0,152,160); }
H1.HeaderClassName
{
color: #0098A0;
}
.AnyTagClassName
{
color: #0098A0;
}
</style>
background-color css
<style>
a { background-color: #0098A0; }
a { background-color: rgb(0,152,160); }
div.DivClassName
{
background-color: #0098A0;
}
.BgClassName
{
background-color: #0098A0;
}
</style>
border-color css
<style>
span { border-color: #0098A0; }
span { border-color: rgb(0,152,160); }
td.TdClassName
{
border-color: #0098A0;
}
.TagClassName
{
border-color: #0098A0;
}
</style>