Shades of Pelorous #149AB0
Tints of Pelorous #149AB0
RGB
CMYK
RGB Variations
Color information
#149AB0 (or 0x149AB0) is known color: Pelorous. HEX triplet: 14, 9A and B0. RGB value is (20,154,176). Sum of RGB (Red+Green+Blue) = 20+154+176=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 176 (69.14% from 255 or 50.29% from 350); Max value from RGB is 176 - color contains mainly: blue. Hex color #149AB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149AB0 is #EB654F. Grayscale: #747474. Windows color (decimal): -15426896 or 11573780. OLE color: 11573780.
HSL color Cylindrical-coordinate representation of color #149AB0: hue angle of 188.46º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #149AB0 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 154 | 176 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.31 |
| HSL | 188.46º | 0.8% | 0.38% | - |
| HSV(B) | 188.46º | 0.89% | 0.69% | - |
| XYZ | 19.68 | 26.39 | 45.13 | - |
| YUV | 116.44 | 161.61 | 59.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 154 | 176 | 0.89 | 0.12 | 0 | 0.31 | 188.46 | 0.8 | 0.38 |
| Hex | 14 | 9A | B0 | 59 | C | 0 | 1F | BC | 50 | 26 |
| Octal | 24 | 232 | 260 | 131 | 14 | 0 | 37 | 274 | 120 | 46 |
| Binary | 10100 | 10011010 | 10110000 | 1011001 | 1100 | 0 | 11111 | 10111100 | 1010000 | 100110 |
Color Harmonies of #149AB0
Complementary color
Monochromatic Colors of #149AB0
Black with #149AB0
Text Example
Text Example
White with #149AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149AB0; }
p { color: rgb(20,154,176); }
H1.HeaderClassName
{
color: #149AB0;
}
.AnyTagClassName
{
color: #149AB0;
}
</style>
background-color css
<style>
a { background-color: #149AB0; }
a { background-color: rgb(20,154,176); }
div.DivClassName
{
background-color: #149AB0;
}
.BgClassName
{
background-color: #149AB0;
}
</style>
border-color css
<style>
span { border-color: #149AB0; }
span { border-color: rgb(20,154,176); }
td.TdClassName
{
border-color: #149AB0;
}
.TagClassName
{
border-color: #149AB0;
}
</style>