Shades of Eastern Blue #00979C
Tints of Eastern Blue #00979C
RGB
CMYK
RGB Variations
Color information
#00979C (or 0x00979C) is known color: Eastern Blue. HEX triplet: 00, 97 and 9C. RGB value is (0,151,156). Sum of RGB (Red+Green+Blue) = 0+151+156=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #00979C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00979C is #FF6863. Grayscale: #6A6A6A. Windows color (decimal): -16738404 or 10262272. OLE color: 10262272.
HSL color Cylindrical-coordinate representation of color #00979C: hue angle of 181.92º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00979C is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 151 | 156 | - |
| CMYK | 1 | 0.03 | 0 | 0.39 |
| HSL | 181.92º | 1% | 0.31% | - |
| HSV(B) | 181.92º | 1% | 0.61% | - |
| XYZ | 17.07 | 24.53 | 35.29 | - |
| YUV | 106.42 | 155.97 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 151 | 156 | 1 | 0.03 | 0 | 0.39 | 181.92 | 1 | 0.31 |
| Hex | 0 | 97 | 9C | 64 | 3 | 0 | 27 | B6 | 64 | 1F |
| Octal | 0 | 227 | 234 | 144 | 3 | 0 | 47 | 266 | 144 | 37 |
| Binary | 0 | 10010111 | 10011100 | 1100100 | 11 | 0 | 100111 | 10110110 | 1100100 | 11111 |
Color Harmonies of #00979C
Complementary color
Monochromatic Colors of #00979C
Black with #00979C
Text Example
Text Example
White with #00979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00979C; }
p { color: rgb(0,151,156); }
H1.HeaderClassName
{
color: #00979C;
}
.AnyTagClassName
{
color: #00979C;
}
</style>
background-color css
<style>
a { background-color: #00979C; }
a { background-color: rgb(0,151,156); }
div.DivClassName
{
background-color: #00979C;
}
.BgClassName
{
background-color: #00979C;
}
</style>
border-color css
<style>
span { border-color: #00979C; }
span { border-color: rgb(0,151,156); }
td.TdClassName
{
border-color: #00979C;
}
.TagClassName
{
border-color: #00979C;
}
</style>