Shades of Pelorous #149CAA
Tints of Pelorous #149CAA
RGB
CMYK
RGB Variations
Color information
#149CAA (or 0x149CAA) is known color: Pelorous. HEX triplet: 14, 9C and AA. RGB value is (20,156,170). Sum of RGB (Red+Green+Blue) = 20+156+170=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #149CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149CAA is #EB6355. Grayscale: #747474. Windows color (decimal): -15426390 or 11181076. OLE color: 11181076.
HSL color Cylindrical-coordinate representation of color #149CAA: hue angle of 185.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #149CAA is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 156 | 170 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.33 |
| HSL | 185.6º | 0.79% | 0.37% | - |
| HSV(B) | 185.6º | 0.88% | 0.67% | - |
| XYZ | 19.43 | 26.83 | 42.18 | - |
| YUV | 116.93 | 157.94 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 170 | 0.88 | 0.08 | 0 | 0.33 | 185.6 | 0.79 | 0.37 |
| Hex | 14 | 9C | AA | 58 | 8 | 0 | 21 | BA | 4F | 25 |
| Octal | 24 | 234 | 252 | 130 | 10 | 0 | 41 | 272 | 117 | 45 |
| Binary | 10100 | 10011100 | 10101010 | 1011000 | 1000 | 0 | 100001 | 10111010 | 1001111 | 100101 |
Color Harmonies of #149CAA
Complementary color
Monochromatic Colors of #149CAA
Black with #149CAA
Text Example
Text Example
White with #149CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CAA; }
p { color: rgb(20,156,170); }
H1.HeaderClassName
{
color: #149CAA;
}
.AnyTagClassName
{
color: #149CAA;
}
</style>
background-color css
<style>
a { background-color: #149CAA; }
a { background-color: rgb(20,156,170); }
div.DivClassName
{
background-color: #149CAA;
}
.BgClassName
{
background-color: #149CAA;
}
</style>
border-color css
<style>
span { border-color: #149CAA; }
span { border-color: rgb(20,156,170); }
td.TdClassName
{
border-color: #149CAA;
}
.TagClassName
{
border-color: #149CAA;
}
</style>