Shades of Pelorous #18A1AF
Tints of Pelorous #18A1AF
RGB
CMYK
RGB Variations
Color information
#18A1AF (or 0x18A1AF) is known color: Pelorous. HEX triplet: 18, A1 and AF. RGB value is (24,161,175). Sum of RGB (Red+Green+Blue) = 24+161+175=360 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.67% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #18A1AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A1AF is #E75E50. Grayscale: #797979. Windows color (decimal): -15162961 or 11510040. OLE color: 11510040.
HSL color Cylindrical-coordinate representation of color #18A1AF: hue angle of 185.56º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A1AF is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 161 | 175 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.31 |
| HSL | 185.56º | 0.76% | 0.39% | - |
| HSV(B) | 185.56º | 0.86% | 0.69% | - |
| XYZ | 20.86 | 28.78 | 45.01 | - |
| YUV | 121.63 | 158.11 | 58.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 161 | 175 | 0.86 | 0.08 | 0 | 0.31 | 185.56 | 0.76 | 0.39 |
| Hex | 18 | A1 | AF | 56 | 8 | 0 | 1F | BA | 4C | 27 |
| Octal | 30 | 241 | 257 | 126 | 10 | 0 | 37 | 272 | 114 | 47 |
| Binary | 11000 | 10100001 | 10101111 | 1010110 | 1000 | 0 | 11111 | 10111010 | 1001100 | 100111 |
Color Harmonies of #18A1AF
Complementary color
Monochromatic Colors of #18A1AF
Black with #18A1AF
Text Example
Text Example
White with #18A1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A1AF; }
p { color: rgb(24,161,175); }
H1.HeaderClassName
{
color: #18A1AF;
}
.AnyTagClassName
{
color: #18A1AF;
}
</style>
background-color css
<style>
a { background-color: #18A1AF; }
a { background-color: rgb(24,161,175); }
div.DivClassName
{
background-color: #18A1AF;
}
.BgClassName
{
background-color: #18A1AF;
}
</style>
border-color css
<style>
span { border-color: #18A1AF; }
span { border-color: rgb(24,161,175); }
td.TdClassName
{
border-color: #18A1AF;
}
.TagClassName
{
border-color: #18A1AF;
}
</style>