Shades of Pelorous #15A2BE
Tints of Pelorous #15A2BE
RGB
CMYK
RGB Variations
Color information
#15A2BE (or 0x15A2BE) is known color: Pelorous. HEX triplet: 15, A2 and BE. RGB value is (21,162,190). Sum of RGB (Red+Green+Blue) = 21+162+190=373 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.63% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #15A2BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A2BE is #EA5D41. Grayscale: #7A7A7A. Windows color (decimal): -15359298 or 12493333. OLE color: 12493333.
HSL color Cylindrical-coordinate representation of color #15A2BE: hue angle of 189.94º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15A2BE is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 162 | 190 | - |
| CMYK | 0.89 | 0.15 | 0 | 0.25 |
| HSL | 189.94º | 0.8% | 0.41% | - |
| HSV(B) | 189.94º | 0.89% | 0.75% | - |
| XYZ | 22.52 | 29.72 | 53.26 | - |
| YUV | 123.03 | 165.79 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 162 | 190 | 0.89 | 0.15 | 0 | 0.25 | 189.94 | 0.8 | 0.41 |
| Hex | 15 | A2 | BE | 59 | F | 0 | 19 | BE | 50 | 29 |
| Octal | 25 | 242 | 276 | 131 | 17 | 0 | 31 | 276 | 120 | 51 |
| Binary | 10101 | 10100010 | 10111110 | 1011001 | 1111 | 0 | 11001 | 10111110 | 1010000 | 101001 |
Color Harmonies of #15A2BE
Complementary color
Monochromatic Colors of #15A2BE
Black with #15A2BE
Text Example
Text Example
White with #15A2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A2BE; }
p { color: rgb(21,162,190); }
H1.HeaderClassName
{
color: #15A2BE;
}
.AnyTagClassName
{
color: #15A2BE;
}
</style>
background-color css
<style>
a { background-color: #15A2BE; }
a { background-color: rgb(21,162,190); }
div.DivClassName
{
background-color: #15A2BE;
}
.BgClassName
{
background-color: #15A2BE;
}
</style>
border-color css
<style>
span { border-color: #15A2BE; }
span { border-color: rgb(21,162,190); }
td.TdClassName
{
border-color: #15A2BE;
}
.TagClassName
{
border-color: #15A2BE;
}
</style>