Shades of Pelorous #148DAC
Tints of Pelorous #148DAC
RGB
CMYK
RGB Variations
Color information
#148DAC (or 0x148DAC) is known color: Pelorous. HEX triplet: 14, 8D and AC. RGB value is (20,141,172). Sum of RGB (Red+Green+Blue) = 20+141+172=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #148DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148DAC is #EB7253. Grayscale: #6C6C6C. Windows color (decimal): -15430228 or 11308308. OLE color: 11308308.
HSL color Cylindrical-coordinate representation of color #148DAC: hue angle of 192.24º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #148DAC is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 141 | 172 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.33 |
| HSL | 192.24º | 0.79% | 0.38% | - |
| HSV(B) | 192.24º | 0.88% | 0.67% | - |
| XYZ | 17.26 | 22.18 | 42.4 | - |
| YUV | 108.36 | 163.91 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 141 | 172 | 0.88 | 0.18 | 0 | 0.33 | 192.24 | 0.79 | 0.38 |
| Hex | 14 | 8D | AC | 58 | 12 | 0 | 21 | C0 | 4F | 26 |
| Octal | 24 | 215 | 254 | 130 | 22 | 0 | 41 | 300 | 117 | 46 |
| Binary | 10100 | 10001101 | 10101100 | 1011000 | 10010 | 0 | 100001 | 11000000 | 1001111 | 100110 |
Color Harmonies of #148DAC
Complementary color
Monochromatic Colors of #148DAC
Black with #148DAC
Text Example
Text Example
White with #148DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148DAC; }
p { color: rgb(20,141,172); }
H1.HeaderClassName
{
color: #148DAC;
}
.AnyTagClassName
{
color: #148DAC;
}
</style>
background-color css
<style>
a { background-color: #148DAC; }
a { background-color: rgb(20,141,172); }
div.DivClassName
{
background-color: #148DAC;
}
.BgClassName
{
background-color: #148DAC;
}
</style>
border-color css
<style>
span { border-color: #148DAC; }
span { border-color: rgb(20,141,172); }
td.TdClassName
{
border-color: #148DAC;
}
.TagClassName
{
border-color: #148DAC;
}
</style>