Shades of Pelorous #15A1AB
Tints of Pelorous #15A1AB
RGB
CMYK
RGB Variations
Color information
#15A1AB (or 0x15A1AB) is known color: Pelorous. HEX triplet: 15, A1 and AB. RGB value is (21,161,171). Sum of RGB (Red+Green+Blue) = 21+161+171=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #15A1AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A1AB is #EA5E54. Grayscale: #787878. Windows color (decimal): -15359573 or 11247893. OLE color: 11247893.
HSL color Cylindrical-coordinate representation of color #15A1AB: hue angle of 184º 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 #15A1AB is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 161 | 171 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.33 |
| HSL | 184º | 0.78% | 0.38% | - |
| HSV(B) | 184º | 0.88% | 0.67% | - |
| XYZ | 20.4 | 28.59 | 42.97 | - |
| YUV | 120.28 | 156.62 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 161 | 171 | 0.88 | 0.06 | 0 | 0.33 | 184 | 0.78 | 0.38 |
| Hex | 15 | A1 | AB | 58 | 6 | 0 | 21 | B8 | 4E | 26 |
| Octal | 25 | 241 | 253 | 130 | 6 | 0 | 41 | 270 | 116 | 46 |
| Binary | 10101 | 10100001 | 10101011 | 1011000 | 110 | 0 | 100001 | 10111000 | 1001110 | 100110 |
Color Harmonies of #15A1AB
Complementary color
Monochromatic Colors of #15A1AB
Black with #15A1AB
Text Example
Text Example
White with #15A1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A1AB; }
p { color: rgb(21,161,171); }
H1.HeaderClassName
{
color: #15A1AB;
}
.AnyTagClassName
{
color: #15A1AB;
}
</style>
background-color css
<style>
a { background-color: #15A1AB; }
a { background-color: rgb(21,161,171); }
div.DivClassName
{
background-color: #15A1AB;
}
.BgClassName
{
background-color: #15A1AB;
}
</style>
border-color css
<style>
span { border-color: #15A1AB; }
span { border-color: rgb(21,161,171); }
td.TdClassName
{
border-color: #15A1AB;
}
.TagClassName
{
border-color: #15A1AB;
}
</style>