Shades of Pelorous #149CAE
Tints of Pelorous #149CAE
RGB
CMYK
RGB Variations
Color information
#149CAE (or 0x149CAE) is known color: Pelorous. HEX triplet: 14, 9C and AE. RGB value is (20,156,174). Sum of RGB (Red+Green+Blue) = 20+156+174=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #149CAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149CAE is #EB6351. Grayscale: #757575. Windows color (decimal): -15426386 or 11443220. OLE color: 11443220.
HSL color Cylindrical-coordinate representation of color #149CAE: hue angle of 187.01º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #149CAE is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 156 | 174 | - |
| CMYK | 0.89 | 0.10 | 0 | 0.32 |
| HSL | 187.01º | 0.79% | 0.38% | - |
| HSV(B) | 187.01º | 0.89% | 0.68% | - |
| XYZ | 19.82 | 26.98 | 44.21 | - |
| YUV | 117.39 | 159.94 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 174 | 0.89 | 0.10 | 0 | 0.32 | 187.01 | 0.79 | 0.38 |
| Hex | 14 | 9C | AE | 59 | A | 0 | 20 | BB | 4F | 26 |
| Octal | 24 | 234 | 256 | 131 | 12 | 0 | 40 | 273 | 117 | 46 |
| Binary | 10100 | 10011100 | 10101110 | 1011001 | 1010 | 0 | 100000 | 10111011 | 1001111 | 100110 |
Color Harmonies of #149CAE
Complementary color
Monochromatic Colors of #149CAE
Black with #149CAE
Text Example
Text Example
White with #149CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CAE; }
p { color: rgb(20,156,174); }
H1.HeaderClassName
{
color: #149CAE;
}
.AnyTagClassName
{
color: #149CAE;
}
</style>
background-color css
<style>
a { background-color: #149CAE; }
a { background-color: rgb(20,156,174); }
div.DivClassName
{
background-color: #149CAE;
}
.BgClassName
{
background-color: #149CAE;
}
</style>
border-color css
<style>
span { border-color: #149CAE; }
span { border-color: rgb(20,156,174); }
td.TdClassName
{
border-color: #149CAE;
}
.TagClassName
{
border-color: #149CAE;
}
</style>