Shades of Eastern Blue #07979B
Tints of Eastern Blue #07979B
RGB
CMYK
RGB Variations
Color information
#07979B (or 0x07979B) is known color: Eastern Blue. HEX triplet: 07, 97 and 9B. RGB value is (7,151,155). Sum of RGB (Red+Green+Blue) = 7+151+155=313 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 313); Green value is 151 (59.38% from 255 or 48.24% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #07979B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07979B is #F86864. Grayscale: #6C6C6C. Windows color (decimal): -16279653 or 10196743. OLE color: 10196743.
HSL color Cylindrical-coordinate representation of color #07979B: hue angle of 181.62º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07979B is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 151 | 155 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.39 |
| HSL | 181.62º | 0.91% | 0.32% | - |
| HSV(B) | 181.62º | 0.95% | 0.61% | - |
| XYZ | 17.07 | 24.54 | 34.85 | - |
| YUV | 108.4 | 154.29 | 55.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 151 | 155 | 0.95 | 0.03 | 0 | 0.39 | 181.62 | 0.91 | 0.32 |
| Hex | 7 | 97 | 9B | 5F | 3 | 0 | 27 | B6 | 5B | 20 |
| Octal | 7 | 227 | 233 | 137 | 3 | 0 | 47 | 266 | 133 | 40 |
| Binary | 111 | 10010111 | 10011011 | 1011111 | 11 | 0 | 100111 | 10110110 | 1011011 | 100000 |
Color Harmonies of #07979B
Complementary color
Monochromatic Colors of #07979B
Black with #07979B
Text Example
Text Example
White with #07979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07979B; }
p { color: rgb(7,151,155); }
H1.HeaderClassName
{
color: #07979B;
}
.AnyTagClassName
{
color: #07979B;
}
</style>
background-color css
<style>
a { background-color: #07979B; }
a { background-color: rgb(7,151,155); }
div.DivClassName
{
background-color: #07979B;
}
.BgClassName
{
background-color: #07979B;
}
</style>
border-color css
<style>
span { border-color: #07979B; }
span { border-color: rgb(7,151,155); }
td.TdClassName
{
border-color: #07979B;
}
.TagClassName
{
border-color: #07979B;
}
</style>