Shades of Pelorous #18A1BA
Tints of Pelorous #18A1BA
RGB
CMYK
RGB Variations
Color information
#18A1BA (or 0x18A1BA) is known color: Pelorous. HEX triplet: 18, A1 and BA. RGB value is (24,161,186). Sum of RGB (Red+Green+Blue) = 24+161+186=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #18A1BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A1BA is #E75E45. Grayscale: #7A7A7A. Windows color (decimal): -15162950 or 12230936. OLE color: 12230936.
HSL color Cylindrical-coordinate representation of color #18A1BA: hue angle of 189.26º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18A1BA is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 161 | 186 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.27 |
| HSL | 189.26º | 0.77% | 0.41% | - |
| HSV(B) | 189.26º | 0.87% | 0.73% | - |
| XYZ | 21.98 | 29.23 | 50.94 | - |
| YUV | 122.89 | 163.61 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 161 | 186 | 0.87 | 0.13 | 0 | 0.27 | 189.26 | 0.77 | 0.41 |
| Hex | 18 | A1 | BA | 57 | D | 0 | 1B | BD | 4D | 29 |
| Octal | 30 | 241 | 272 | 127 | 15 | 0 | 33 | 275 | 115 | 51 |
| Binary | 11000 | 10100001 | 10111010 | 1010111 | 1101 | 0 | 11011 | 10111101 | 1001101 | 101001 |
Color Harmonies of #18A1BA
Complementary color
Monochromatic Colors of #18A1BA
Black with #18A1BA
Text Example
Text Example
White with #18A1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A1BA; }
p { color: rgb(24,161,186); }
H1.HeaderClassName
{
color: #18A1BA;
}
.AnyTagClassName
{
color: #18A1BA;
}
</style>
background-color css
<style>
a { background-color: #18A1BA; }
a { background-color: rgb(24,161,186); }
div.DivClassName
{
background-color: #18A1BA;
}
.BgClassName
{
background-color: #18A1BA;
}
</style>
border-color css
<style>
span { border-color: #18A1BA; }
span { border-color: rgb(24,161,186); }
td.TdClassName
{
border-color: #18A1BA;
}
.TagClassName
{
border-color: #18A1BA;
}
</style>