Shades of Pelorous #18AABC
Tints of Pelorous #18AABC
RGB
CMYK
RGB Variations
Color information
#18AABC (or 0x18AABC) is known color: Pelorous. HEX triplet: 18, AA and BC. RGB value is (24,170,188). Sum of RGB (Red+Green+Blue) = 24+170+188=382 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.28% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #18AABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AABC is #E75543. Grayscale: #808080. Windows color (decimal): -15160644 or 12364312. OLE color: 12364312.
HSL color Cylindrical-coordinate representation of color #18AABC: hue angle of 186.59º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18AABC is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 170 | 188 | - |
| CMYK | 0.87 | 0.10 | 0 | 0.26 |
| HSL | 186.59º | 0.77% | 0.42% | - |
| HSV(B) | 186.59º | 0.87% | 0.74% | - |
| XYZ | 23.83 | 32.57 | 52.61 | - |
| YUV | 128.4 | 161.63 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 188 | 0.87 | 0.10 | 0 | 0.26 | 186.59 | 0.77 | 0.42 |
| Hex | 18 | AA | BC | 57 | A | 0 | 1A | BB | 4D | 2A |
| Octal | 30 | 252 | 274 | 127 | 12 | 0 | 32 | 273 | 115 | 52 |
| Binary | 11000 | 10101010 | 10111100 | 1010111 | 1010 | 0 | 11010 | 10111011 | 1001101 | 101010 |
Color Harmonies of #18AABC
Complementary color
Monochromatic Colors of #18AABC
Black with #18AABC
Text Example
Text Example
White with #18AABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AABC; }
p { color: rgb(24,170,188); }
H1.HeaderClassName
{
color: #18AABC;
}
.AnyTagClassName
{
color: #18AABC;
}
</style>
background-color css
<style>
a { background-color: #18AABC; }
a { background-color: rgb(24,170,188); }
div.DivClassName
{
background-color: #18AABC;
}
.BgClassName
{
background-color: #18AABC;
}
</style>
border-color css
<style>
span { border-color: #18AABC; }
span { border-color: rgb(24,170,188); }
td.TdClassName
{
border-color: #18AABC;
}
.TagClassName
{
border-color: #18AABC;
}
</style>