Shades of Pelorous #18A0AD
Tints of Pelorous #18A0AD
RGB
CMYK
RGB Variations
Color information
#18A0AD (or 0x18A0AD) is known color: Pelorous. HEX triplet: 18, A0 and AD. RGB value is (24,160,173). Sum of RGB (Red+Green+Blue) = 24+160+173=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #18A0AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A0AD is #E75F52. Grayscale: #787878. Windows color (decimal): -15163219 or 11378712. OLE color: 11378712.
HSL color Cylindrical-coordinate representation of color #18A0AD: hue angle of 185.23º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A0AD is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 160 | 173 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.32 |
| HSL | 185.23º | 0.76% | 0.39% | - |
| HSV(B) | 185.23º | 0.86% | 0.68% | - |
| XYZ | 20.49 | 28.35 | 43.93 | - |
| YUV | 120.82 | 157.44 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 160 | 173 | 0.86 | 0.08 | 0 | 0.32 | 185.23 | 0.76 | 0.39 |
| Hex | 18 | A0 | AD | 56 | 8 | 0 | 20 | B9 | 4C | 27 |
| Octal | 30 | 240 | 255 | 126 | 10 | 0 | 40 | 271 | 114 | 47 |
| Binary | 11000 | 10100000 | 10101101 | 1010110 | 1000 | 0 | 100000 | 10111001 | 1001100 | 100111 |
Color Harmonies of #18A0AD
Complementary color
Monochromatic Colors of #18A0AD
Black with #18A0AD
Text Example
Text Example
White with #18A0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A0AD; }
p { color: rgb(24,160,173); }
H1.HeaderClassName
{
color: #18A0AD;
}
.AnyTagClassName
{
color: #18A0AD;
}
</style>
background-color css
<style>
a { background-color: #18A0AD; }
a { background-color: rgb(24,160,173); }
div.DivClassName
{
background-color: #18A0AD;
}
.BgClassName
{
background-color: #18A0AD;
}
</style>
border-color css
<style>
span { border-color: #18A0AD; }
span { border-color: rgb(24,160,173); }
td.TdClassName
{
border-color: #18A0AD;
}
.TagClassName
{
border-color: #18A0AD;
}
</style>