Shades of Eastern Blue #158B9A
Tints of Eastern Blue #158B9A
RGB
CMYK
RGB Variations
Color information
#158B9A (or 0x158B9A) is known color: Eastern Blue. HEX triplet: 15, 8B and 9A. RGB value is (21,139,154). Sum of RGB (Red+Green+Blue) = 21+139+154=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #158B9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158B9A is #EA7465. Grayscale: #696969. Windows color (decimal): -15365222 or 10128149. OLE color: 10128149.
HSL color Cylindrical-coordinate representation of color #158B9A: hue angle of 186.77º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158B9A is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 139 | 154 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.40 |
| HSL | 186.77º | 0.76% | 0.34% | - |
| HSV(B) | 186.77º | 0.86% | 0.6% | - |
| XYZ | 15.37 | 20.96 | 33.81 | - |
| YUV | 105.43 | 155.41 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 154 | 0.86 | 0.10 | 0 | 0.40 | 186.77 | 0.76 | 0.34 |
| Hex | 15 | 8B | 9A | 56 | A | 0 | 28 | BB | 4C | 22 |
| Octal | 25 | 213 | 232 | 126 | 12 | 0 | 50 | 273 | 114 | 42 |
| Binary | 10101 | 10001011 | 10011010 | 1010110 | 1010 | 0 | 101000 | 10111011 | 1001100 | 100010 |
Color Harmonies of #158B9A
Complementary color
Monochromatic Colors of #158B9A
Black with #158B9A
Text Example
Text Example
White with #158B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158B9A; }
p { color: rgb(21,139,154); }
H1.HeaderClassName
{
color: #158B9A;
}
.AnyTagClassName
{
color: #158B9A;
}
</style>
background-color css
<style>
a { background-color: #158B9A; }
a { background-color: rgb(21,139,154); }
div.DivClassName
{
background-color: #158B9A;
}
.BgClassName
{
background-color: #158B9A;
}
</style>
border-color css
<style>
span { border-color: #158B9A; }
span { border-color: rgb(21,139,154); }
td.TdClassName
{
border-color: #158B9A;
}
.TagClassName
{
border-color: #158B9A;
}
</style>