Shades of Pelorous #18A9BA
Tints of Pelorous #18A9BA
RGB
CMYK
RGB Variations
Color information
#18A9BA (or 0x18A9BA) is known color: Pelorous. HEX triplet: 18, A9 and BA. RGB value is (24,169,186). Sum of RGB (Red+Green+Blue) = 24+169+186=379 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.33% from 379); Green value is 169 (66.41% from 255 or 44.59% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #18A9BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A9BA is #E75645. Grayscale: #7F7F7F. Windows color (decimal): -15160902 or 12232984. OLE color: 12232984.
HSL color Cylindrical-coordinate representation of color #18A9BA: hue angle of 186.3º 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 #18A9BA is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 169 | 186 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.27 |
| HSL | 186.3º | 0.77% | 0.41% | - |
| HSV(B) | 186.3º | 0.87% | 0.73% | - |
| XYZ | 23.43 | 32.12 | 51.42 | - |
| YUV | 127.58 | 160.96 | 54.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 169 | 186 | 0.87 | 0.09 | 0 | 0.27 | 186.3 | 0.77 | 0.41 |
| Hex | 18 | A9 | BA | 57 | 9 | 0 | 1B | BA | 4D | 29 |
| Octal | 30 | 251 | 272 | 127 | 11 | 0 | 33 | 272 | 115 | 51 |
| Binary | 11000 | 10101001 | 10111010 | 1010111 | 1001 | 0 | 11011 | 10111010 | 1001101 | 101001 |
Color Harmonies of #18A9BA
Complementary color
Monochromatic Colors of #18A9BA
Black with #18A9BA
Text Example
Text Example
White with #18A9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A9BA; }
p { color: rgb(24,169,186); }
H1.HeaderClassName
{
color: #18A9BA;
}
.AnyTagClassName
{
color: #18A9BA;
}
</style>
background-color css
<style>
a { background-color: #18A9BA; }
a { background-color: rgb(24,169,186); }
div.DivClassName
{
background-color: #18A9BA;
}
.BgClassName
{
background-color: #18A9BA;
}
</style>
border-color css
<style>
span { border-color: #18A9BA; }
span { border-color: rgb(24,169,186); }
td.TdClassName
{
border-color: #18A9BA;
}
.TagClassName
{
border-color: #18A9BA;
}
</style>