Shades of Pelorous #24AABC
Tints of Pelorous #24AABC
RGB
CMYK
RGB Variations
Color information
#24AABC (or 0x24AABC) is known color: Pelorous. HEX triplet: 24, AA and BC. RGB value is (36,170,188). Sum of RGB (Red+Green+Blue) = 36+170+188=394 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.14% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #24AABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24AABC is #DB5543. Grayscale: #838383. Windows color (decimal): -14374212 or 12364324. OLE color: 12364324.
HSL color Cylindrical-coordinate representation of color #24AABC: hue angle of 187.11º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24AABC is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 170 | 188 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.26 |
| HSL | 187.11º | 0.68% | 0.44% | - |
| HSV(B) | 187.11º | 0.81% | 0.74% | - |
| XYZ | 24.18 | 32.76 | 52.62 | - |
| YUV | 131.99 | 159.61 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 170 | 188 | 0.81 | 0.10 | 0 | 0.26 | 187.11 | 0.68 | 0.44 |
| Hex | 24 | AA | BC | 51 | A | 0 | 1A | BB | 44 | 2C |
| Octal | 44 | 252 | 274 | 121 | 12 | 0 | 32 | 273 | 104 | 54 |
| Binary | 100100 | 10101010 | 10111100 | 1010001 | 1010 | 0 | 11010 | 10111011 | 1000100 | 101100 |
Color Harmonies of #24AABC
Complementary color
Monochromatic Colors of #24AABC
Black with #24AABC
Text Example
Text Example
White with #24AABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24AABC; }
p { color: rgb(36,170,188); }
H1.HeaderClassName
{
color: #24AABC;
}
.AnyTagClassName
{
color: #24AABC;
}
</style>
background-color css
<style>
a { background-color: #24AABC; }
a { background-color: rgb(36,170,188); }
div.DivClassName
{
background-color: #24AABC;
}
.BgClassName
{
background-color: #24AABC;
}
</style>
border-color css
<style>
span { border-color: #24AABC; }
span { border-color: rgb(36,170,188); }
td.TdClassName
{
border-color: #24AABC;
}
.TagClassName
{
border-color: #24AABC;
}
</style>