Shades of Pelorous #149DA8
Tints of Pelorous #149DA8
RGB
CMYK
RGB Variations
Color information
#149DA8 (or 0x149DA8) is known color: Pelorous. HEX triplet: 14, 9D and A8. RGB value is (20,157,168). Sum of RGB (Red+Green+Blue) = 20+157+168=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 168 (66.02% from 255 or 48.70% from 345); Max value from RGB is 168 - color contains mainly: blue. Hex color #149DA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149DA8 is #EB6257. Grayscale: #757575. Windows color (decimal): -15426136 or 11050260. OLE color: 11050260.
HSL color Cylindrical-coordinate representation of color #149DA8: hue angle of 184.46º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #149DA8 is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 20 | 157 | 168 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.34 |
| HSL | 184.46º | 0.79% | 0.37% | - |
| HSV(B) | 184.46º | 0.88% | 0.66% | - |
| XYZ | 19.41 | 27.09 | 41.25 | - |
| YUV | 117.29 | 156.61 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 157 | 168 | 0.88 | 0.07 | 0 | 0.34 | 184.46 | 0.79 | 0.37 |
| Hex | 14 | 9D | A8 | 58 | 7 | 0 | 22 | B8 | 4F | 25 |
| Octal | 24 | 235 | 250 | 130 | 7 | 0 | 42 | 270 | 117 | 45 |
| Binary | 10100 | 10011101 | 10101000 | 1011000 | 111 | 0 | 100010 | 10111000 | 1001111 | 100101 |
Color Harmonies of #149DA8
Complementary color
Monochromatic Colors of #149DA8
Black with #149DA8
Text Example
Text Example
White with #149DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149DA8; }
p { color: rgb(20,157,168); }
H1.HeaderClassName
{
color: #149DA8;
}
.AnyTagClassName
{
color: #149DA8;
}
</style>
background-color css
<style>
a { background-color: #149DA8; }
a { background-color: rgb(20,157,168); }
div.DivClassName
{
background-color: #149DA8;
}
.BgClassName
{
background-color: #149DA8;
}
</style>
border-color css
<style>
span { border-color: #149DA8; }
span { border-color: rgb(20,157,168); }
td.TdClassName
{
border-color: #149DA8;
}
.TagClassName
{
border-color: #149DA8;
}
</style>