Shades of Pelorous #159AB0
Tints of Pelorous #159AB0
RGB
CMYK
RGB Variations
Color information
#159AB0 (or 0x159AB0) is known color: Pelorous. HEX triplet: 15, 9A and B0. RGB value is (21,154,176). Sum of RGB (Red+Green+Blue) = 21+154+176=351 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.98% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 176 (69.14% from 255 or 50.14% from 351); Max value from RGB is 176 - color contains mainly: blue. Hex color #159AB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159AB0 is #EA654F. Grayscale: #747474. Windows color (decimal): -15361360 or 11573781. OLE color: 11573781.
HSL color Cylindrical-coordinate representation of color #159AB0: hue angle of 188.52º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #159AB0 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 154 | 176 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.31 |
| HSL | 188.52º | 0.79% | 0.39% | - |
| HSV(B) | 188.52º | 0.88% | 0.69% | - |
| XYZ | 19.7 | 26.41 | 45.13 | - |
| YUV | 116.74 | 161.44 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 154 | 176 | 0.88 | 0.12 | 0 | 0.31 | 188.52 | 0.79 | 0.39 |
| Hex | 15 | 9A | B0 | 58 | C | 0 | 1F | BD | 4F | 27 |
| Octal | 25 | 232 | 260 | 130 | 14 | 0 | 37 | 275 | 117 | 47 |
| Binary | 10101 | 10011010 | 10110000 | 1011000 | 1100 | 0 | 11111 | 10111101 | 1001111 | 100111 |
Color Harmonies of #159AB0
Complementary color
Monochromatic Colors of #159AB0
Black with #159AB0
Text Example
Text Example
White with #159AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159AB0; }
p { color: rgb(21,154,176); }
H1.HeaderClassName
{
color: #159AB0;
}
.AnyTagClassName
{
color: #159AB0;
}
</style>
background-color css
<style>
a { background-color: #159AB0; }
a { background-color: rgb(21,154,176); }
div.DivClassName
{
background-color: #159AB0;
}
.BgClassName
{
background-color: #159AB0;
}
</style>
border-color css
<style>
span { border-color: #159AB0; }
span { border-color: rgb(21,154,176); }
td.TdClassName
{
border-color: #159AB0;
}
.TagClassName
{
border-color: #159AB0;
}
</style>