Shades of Eastern Blue #00979E
Tints of Eastern Blue #00979E
RGB
CMYK
RGB Variations
Color information
#00979E (or 0x00979E) is known color: Eastern Blue. HEX triplet: 00, 97 and 9E. RGB value is (0,151,158). Sum of RGB (Red+Green+Blue) = 0+151+158=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 151 (59.38% from 255 or 48.87% from 309); Blue value is 158 (62.11% from 255 or 51.13% from 309); Max value from RGB is 158 - color contains mainly: blue. Hex color #00979E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00979E is #FF6861. Grayscale: #6A6A6A. Windows color (decimal): -16738402 or 10393344. OLE color: 10393344.
HSL color Cylindrical-coordinate representation of color #00979E: hue angle of 182.66º 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 #00979E is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 151 | 158 | - |
| CMYK | 1 | 0.04 | 0 | 0.38 |
| HSL | 182.66º | 1% | 0.31% | - |
| HSV(B) | 182.66º | 1% | 0.62% | - |
| XYZ | 17.24 | 24.6 | 36.19 | - |
| YUV | 106.65 | 156.97 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 151 | 158 | 1 | 0.04 | 0 | 0.38 | 182.66 | 1 | 0.31 |
| Hex | 0 | 97 | 9E | 64 | 4 | 0 | 26 | B7 | 64 | 1F |
| Octal | 0 | 227 | 236 | 144 | 4 | 0 | 46 | 267 | 144 | 37 |
| Binary | 0 | 10010111 | 10011110 | 1100100 | 100 | 0 | 100110 | 10110111 | 1100100 | 11111 |
Color Harmonies of #00979E
Complementary color
Monochromatic Colors of #00979E
Black with #00979E
Text Example
Text Example
White with #00979E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00979E; }
p { color: rgb(0,151,158); }
H1.HeaderClassName
{
color: #00979E;
}
.AnyTagClassName
{
color: #00979E;
}
</style>
background-color css
<style>
a { background-color: #00979E; }
a { background-color: rgb(0,151,158); }
div.DivClassName
{
background-color: #00979E;
}
.BgClassName
{
background-color: #00979E;
}
</style>
border-color css
<style>
span { border-color: #00979E; }
span { border-color: rgb(0,151,158); }
td.TdClassName
{
border-color: #00979E;
}
.TagClassName
{
border-color: #00979E;
}
</style>