Shades of Pelorous #1595AB
Tints of Pelorous #1595AB
RGB
CMYK
RGB Variations
Color information
#1595AB (or 0x1595AB) is known color: Pelorous. HEX triplet: 15, 95 and AB. RGB value is (21,149,171). Sum of RGB (Red+Green+Blue) = 21+149+171=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #1595AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1595AB is #EA6A54. Grayscale: #717171. Windows color (decimal): -15362645 or 11244821. OLE color: 11244821.
HSL color Cylindrical-coordinate representation of color #1595AB: hue angle of 188.8º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1595AB is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 149 | 171 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.33 |
| HSL | 188.8º | 0.78% | 0.38% | - |
| HSV(B) | 188.8º | 0.88% | 0.67% | - |
| XYZ | 18.41 | 24.59 | 42.31 | - |
| YUV | 113.24 | 160.59 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 149 | 171 | 0.88 | 0.13 | 0 | 0.33 | 188.8 | 0.78 | 0.38 |
| Hex | 15 | 95 | AB | 58 | D | 0 | 21 | BD | 4E | 26 |
| Octal | 25 | 225 | 253 | 130 | 15 | 0 | 41 | 275 | 116 | 46 |
| Binary | 10101 | 10010101 | 10101011 | 1011000 | 1101 | 0 | 100001 | 10111101 | 1001110 | 100110 |
Color Harmonies of #1595AB
Complementary color
Monochromatic Colors of #1595AB
Black with #1595AB
Text Example
Text Example
White with #1595AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1595AB; }
p { color: rgb(21,149,171); }
H1.HeaderClassName
{
color: #1595AB;
}
.AnyTagClassName
{
color: #1595AB;
}
</style>
background-color css
<style>
a { background-color: #1595AB; }
a { background-color: rgb(21,149,171); }
div.DivClassName
{
background-color: #1595AB;
}
.BgClassName
{
background-color: #1595AB;
}
</style>
border-color css
<style>
span { border-color: #1595AB; }
span { border-color: rgb(21,149,171); }
td.TdClassName
{
border-color: #1595AB;
}
.TagClassName
{
border-color: #1595AB;
}
</style>