Shades of Pelorous #148CAA
Tints of Pelorous #148CAA
RGB
CMYK
RGB Variations
Color information
#148CAA (or 0x148CAA) is known color: Pelorous. HEX triplet: 14, 8C and AA. RGB value is (20,140,170). Sum of RGB (Red+Green+Blue) = 20+140+170=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #148CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148CAA is #EB7355. Grayscale: #6B6B6B. Windows color (decimal): -15430486 or 11176980. OLE color: 11176980.
HSL color Cylindrical-coordinate representation of color #148CAA: hue angle of 192º 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 #148CAA is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 140 | 170 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.33 |
| HSL | 192º | 0.79% | 0.37% | - |
| HSV(B) | 192º | 0.88% | 0.67% | - |
| XYZ | 16.92 | 21.81 | 41.35 | - |
| YUV | 107.54 | 163.24 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 140 | 170 | 0.88 | 0.18 | 0 | 0.33 | 192 | 0.79 | 0.37 |
| Hex | 14 | 8C | AA | 58 | 12 | 0 | 21 | C0 | 4F | 25 |
| Octal | 24 | 214 | 252 | 130 | 22 | 0 | 41 | 300 | 117 | 45 |
| Binary | 10100 | 10001100 | 10101010 | 1011000 | 10010 | 0 | 100001 | 11000000 | 1001111 | 100101 |
Color Harmonies of #148CAA
Complementary color
Monochromatic Colors of #148CAA
Black with #148CAA
Text Example
Text Example
White with #148CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148CAA; }
p { color: rgb(20,140,170); }
H1.HeaderClassName
{
color: #148CAA;
}
.AnyTagClassName
{
color: #148CAA;
}
</style>
background-color css
<style>
a { background-color: #148CAA; }
a { background-color: rgb(20,140,170); }
div.DivClassName
{
background-color: #148CAA;
}
.BgClassName
{
background-color: #148CAA;
}
</style>
border-color css
<style>
span { border-color: #148CAA; }
span { border-color: rgb(20,140,170); }
td.TdClassName
{
border-color: #148CAA;
}
.TagClassName
{
border-color: #148CAA;
}
</style>