Shades of Pelorous #18A1AA
Tints of Pelorous #18A1AA
RGB
CMYK
RGB Variations
Color information
#18A1AA (or 0x18A1AA) is known color: Pelorous. HEX triplet: 18, A1 and AA. RGB value is (24,161,170). Sum of RGB (Red+Green+Blue) = 24+161+170=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #18A1AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A1AA is #E75E55. Grayscale: #787878. Windows color (decimal): -15162966 or 11182360. OLE color: 11182360.
HSL color Cylindrical-coordinate representation of color #18A1AA: hue angle of 183.7º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A1AA is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 161 | 170 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.33 |
| HSL | 183.7º | 0.75% | 0.38% | - |
| HSV(B) | 183.7º | 0.86% | 0.67% | - |
| XYZ | 20.38 | 28.59 | 42.47 | - |
| YUV | 121.06 | 155.61 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 161 | 170 | 0.86 | 0.05 | 0 | 0.33 | 183.7 | 0.75 | 0.38 |
| Hex | 18 | A1 | AA | 56 | 5 | 0 | 21 | B8 | 4B | 26 |
| Octal | 30 | 241 | 252 | 126 | 5 | 0 | 41 | 270 | 113 | 46 |
| Binary | 11000 | 10100001 | 10101010 | 1010110 | 101 | 0 | 100001 | 10111000 | 1001011 | 100110 |
Color Harmonies of #18A1AA
Complementary color
Monochromatic Colors of #18A1AA
Black with #18A1AA
Text Example
Text Example
White with #18A1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A1AA; }
p { color: rgb(24,161,170); }
H1.HeaderClassName
{
color: #18A1AA;
}
.AnyTagClassName
{
color: #18A1AA;
}
</style>
background-color css
<style>
a { background-color: #18A1AA; }
a { background-color: rgb(24,161,170); }
div.DivClassName
{
background-color: #18A1AA;
}
.BgClassName
{
background-color: #18A1AA;
}
</style>
border-color css
<style>
span { border-color: #18A1AA; }
span { border-color: rgb(24,161,170); }
td.TdClassName
{
border-color: #18A1AA;
}
.TagClassName
{
border-color: #18A1AA;
}
</style>