Shades of Pelorous #189AAB
Tints of Pelorous #189AAB
RGB
CMYK
RGB Variations
Color information
#189AAB (or 0x189AAB) is known color: Pelorous. HEX triplet: 18, 9A and AB. RGB value is (24,154,171). Sum of RGB (Red+Green+Blue) = 24+154+171=349 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.88% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #189AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189AAB is #E76554. Grayscale: #747474. Windows color (decimal): -15164757 or 11246104. OLE color: 11246104.
HSL color Cylindrical-coordinate representation of color #189AAB: hue angle of 186.94º 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 #189AAB is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 154 | 171 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.33 |
| HSL | 186.94º | 0.75% | 0.38% | - |
| HSV(B) | 186.94º | 0.86% | 0.67% | - |
| XYZ | 19.28 | 26.25 | 42.58 | - |
| YUV | 117.07 | 158.43 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 154 | 171 | 0.86 | 0.10 | 0 | 0.33 | 186.94 | 0.75 | 0.38 |
| Hex | 18 | 9A | AB | 56 | A | 0 | 21 | BB | 4B | 26 |
| Octal | 30 | 232 | 253 | 126 | 12 | 0 | 41 | 273 | 113 | 46 |
| Binary | 11000 | 10011010 | 10101011 | 1010110 | 1010 | 0 | 100001 | 10111011 | 1001011 | 100110 |
Color Harmonies of #189AAB
Complementary color
Monochromatic Colors of #189AAB
Black with #189AAB
Text Example
Text Example
White with #189AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189AAB; }
p { color: rgb(24,154,171); }
H1.HeaderClassName
{
color: #189AAB;
}
.AnyTagClassName
{
color: #189AAB;
}
</style>
background-color css
<style>
a { background-color: #189AAB; }
a { background-color: rgb(24,154,171); }
div.DivClassName
{
background-color: #189AAB;
}
.BgClassName
{
background-color: #189AAB;
}
</style>
border-color css
<style>
span { border-color: #189AAB; }
span { border-color: rgb(24,154,171); }
td.TdClassName
{
border-color: #189AAB;
}
.TagClassName
{
border-color: #189AAB;
}
</style>