Shades of Eastern Blue #168197
Tints of Eastern Blue #168197
RGB
CMYK
RGB Variations
Color information
#168197 (or 0x168197) is known color: Eastern Blue. HEX triplet: 16, 81 and 97. RGB value is (22,129,151). Sum of RGB (Red+Green+Blue) = 22+129+151=302 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.28% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 151 (59.38% from 255 or 50% from 302); Max value from RGB is 151 - color contains mainly: blue. Hex color #168197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168197 is #E97E68. Grayscale: #636363. Windows color (decimal): -15302249 or 9928982. OLE color: 9928982.
HSL color Cylindrical-coordinate representation of color #168197: hue angle of 190.23º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168197 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 129 | 151 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.41 |
| HSL | 190.23º | 0.75% | 0.34% | - |
| HSV(B) | 190.23º | 0.85% | 0.59% | - |
| XYZ | 13.77 | 18.11 | 32.05 | - |
| YUV | 99.52 | 157.05 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 129 | 151 | 0.85 | 0.15 | 0 | 0.41 | 190.23 | 0.75 | 0.34 |
| Hex | 16 | 81 | 97 | 55 | F | 0 | 29 | BE | 4B | 22 |
| Octal | 26 | 201 | 227 | 125 | 17 | 0 | 51 | 276 | 113 | 42 |
| Binary | 10110 | 10000001 | 10010111 | 1010101 | 1111 | 0 | 101001 | 10111110 | 1001011 | 100010 |
Color Harmonies of #168197
Complementary color
Monochromatic Colors of #168197
Black with #168197
Text Example
Text Example
White with #168197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168197; }
p { color: rgb(22,129,151); }
H1.HeaderClassName
{
color: #168197;
}
.AnyTagClassName
{
color: #168197;
}
</style>
background-color css
<style>
a { background-color: #168197; }
a { background-color: rgb(22,129,151); }
div.DivClassName
{
background-color: #168197;
}
.BgClassName
{
background-color: #168197;
}
</style>
border-color css
<style>
span { border-color: #168197; }
span { border-color: rgb(22,129,151); }
td.TdClassName
{
border-color: #168197;
}
.TagClassName
{
border-color: #168197;
}
</style>