Shades of Pelorous #15A0B9
Tints of Pelorous #15A0B9
RGB
CMYK
RGB Variations
Color information
#15A0B9 (or 0x15A0B9) is known color: Pelorous. HEX triplet: 15, A0 and B9. RGB value is (21,160,185). Sum of RGB (Red+Green+Blue) = 21+160+185=366 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.74% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 185 (72.66% from 255 or 50.55% from 366); Max value from RGB is 185 - color contains mainly: blue. Hex color #15A0B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A0B9 is #EA5F46. Grayscale: #797979. Windows color (decimal): -15359815 or 12165141. OLE color: 12165141.
HSL color Cylindrical-coordinate representation of color #15A0B9: hue angle of 189.15º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15A0B9 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 160 | 185 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.27 |
| HSL | 189.15º | 0.8% | 0.4% | - |
| HSV(B) | 189.15º | 0.89% | 0.73% | - |
| XYZ | 21.64 | 28.8 | 50.32 | - |
| YUV | 121.29 | 163.95 | 56.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 160 | 185 | 0.89 | 0.14 | 0 | 0.27 | 189.15 | 0.8 | 0.4 |
| Hex | 15 | A0 | B9 | 59 | E | 0 | 1B | BD | 50 | 28 |
| Octal | 25 | 240 | 271 | 131 | 16 | 0 | 33 | 275 | 120 | 50 |
| Binary | 10101 | 10100000 | 10111001 | 1011001 | 1110 | 0 | 11011 | 10111101 | 1010000 | 101000 |
Color Harmonies of #15A0B9
Complementary color
Monochromatic Colors of #15A0B9
Black with #15A0B9
Text Example
Text Example
White with #15A0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A0B9; }
p { color: rgb(21,160,185); }
H1.HeaderClassName
{
color: #15A0B9;
}
.AnyTagClassName
{
color: #15A0B9;
}
</style>
background-color css
<style>
a { background-color: #15A0B9; }
a { background-color: rgb(21,160,185); }
div.DivClassName
{
background-color: #15A0B9;
}
.BgClassName
{
background-color: #15A0B9;
}
</style>
border-color css
<style>
span { border-color: #15A0B9; }
span { border-color: rgb(21,160,185); }
td.TdClassName
{
border-color: #15A0B9;
}
.TagClassName
{
border-color: #15A0B9;
}
</style>