Shades of Pelorous #148CAC
Tints of Pelorous #148CAC
RGB
CMYK
RGB Variations
Color information
#148CAC (or 0x148CAC) is known color: Pelorous. HEX triplet: 14, 8C and AC. RGB value is (20,140,172). Sum of RGB (Red+Green+Blue) = 20+140+172=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #148CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148CAC is #EB7353. Grayscale: #6B6B6B. Windows color (decimal): -15430484 or 11308052. OLE color: 11308052.
HSL color Cylindrical-coordinate representation of color #148CAC: hue angle of 192.63º 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 #148CAC is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 140 | 172 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.33 |
| HSL | 192.63º | 0.79% | 0.38% | - |
| HSV(B) | 192.63º | 0.88% | 0.67% | - |
| XYZ | 17.11 | 21.88 | 42.35 | - |
| YUV | 107.77 | 164.24 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 140 | 172 | 0.88 | 0.19 | 0 | 0.33 | 192.63 | 0.79 | 0.38 |
| Hex | 14 | 8C | AC | 58 | 13 | 0 | 21 | C1 | 4F | 26 |
| Octal | 24 | 214 | 254 | 130 | 23 | 0 | 41 | 301 | 117 | 46 |
| Binary | 10100 | 10001100 | 10101100 | 1011000 | 10011 | 0 | 100001 | 11000001 | 1001111 | 100110 |
Color Harmonies of #148CAC
Complementary color
Monochromatic Colors of #148CAC
Black with #148CAC
Text Example
Text Example
White with #148CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148CAC; }
p { color: rgb(20,140,172); }
H1.HeaderClassName
{
color: #148CAC;
}
.AnyTagClassName
{
color: #148CAC;
}
</style>
background-color css
<style>
a { background-color: #148CAC; }
a { background-color: rgb(20,140,172); }
div.DivClassName
{
background-color: #148CAC;
}
.BgClassName
{
background-color: #148CAC;
}
</style>
border-color css
<style>
span { border-color: #148CAC; }
span { border-color: rgb(20,140,172); }
td.TdClassName
{
border-color: #148CAC;
}
.TagClassName
{
border-color: #148CAC;
}
</style>