Shades of Pelorous #15A2BA
Tints of Pelorous #15A2BA
RGB
CMYK
RGB Variations
Color information
#15A2BA (or 0x15A2BA) is known color: Pelorous. HEX triplet: 15, A2 and BA. RGB value is (21,162,186). Sum of RGB (Red+Green+Blue) = 21+162+186=369 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.69% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #15A2BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A2BA is #EA5D45. Grayscale: #7A7A7A. Windows color (decimal): -15359302 or 12231189. OLE color: 12231189.
HSL color Cylindrical-coordinate representation of color #15A2BA: hue angle of 188.73º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15A2BA is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 162 | 186 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.27 |
| HSL | 188.73º | 0.8% | 0.41% | - |
| HSV(B) | 188.73º | 0.89% | 0.73% | - |
| XYZ | 22.09 | 29.55 | 50.99 | - |
| YUV | 122.58 | 163.79 | 55.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 162 | 186 | 0.89 | 0.13 | 0 | 0.27 | 188.73 | 0.8 | 0.41 |
| Hex | 15 | A2 | BA | 59 | D | 0 | 1B | BD | 50 | 29 |
| Octal | 25 | 242 | 272 | 131 | 15 | 0 | 33 | 275 | 120 | 51 |
| Binary | 10101 | 10100010 | 10111010 | 1011001 | 1101 | 0 | 11011 | 10111101 | 1010000 | 101001 |
Color Harmonies of #15A2BA
Complementary color
Monochromatic Colors of #15A2BA
Black with #15A2BA
Text Example
Text Example
White with #15A2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A2BA; }
p { color: rgb(21,162,186); }
H1.HeaderClassName
{
color: #15A2BA;
}
.AnyTagClassName
{
color: #15A2BA;
}
</style>
background-color css
<style>
a { background-color: #15A2BA; }
a { background-color: rgb(21,162,186); }
div.DivClassName
{
background-color: #15A2BA;
}
.BgClassName
{
background-color: #15A2BA;
}
</style>
border-color css
<style>
span { border-color: #15A2BA; }
span { border-color: rgb(21,162,186); }
td.TdClassName
{
border-color: #15A2BA;
}
.TagClassName
{
border-color: #15A2BA;
}
</style>