Shades of Pelorous #148AAC
Tints of Pelorous #148AAC
RGB
CMYK
RGB Variations
Color information
#148AAC (or 0x148AAC) is known color: Pelorous. HEX triplet: 14, 8A and AC. RGB value is (20,138,172). Sum of RGB (Red+Green+Blue) = 20+138+172=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #148AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148AAC is #EB7553. Grayscale: #6A6A6A. Windows color (decimal): -15430996 or 11307540. OLE color: 11307540.
HSL color Cylindrical-coordinate representation of color #148AAC: hue angle of 193.42º 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 #148AAC is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 138 | 172 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.33 |
| HSL | 193.42º | 0.79% | 0.38% | - |
| HSV(B) | 193.42º | 0.88% | 0.67% | - |
| XYZ | 16.82 | 21.3 | 42.26 | - |
| YUV | 106.59 | 164.91 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 138 | 172 | 0.88 | 0.20 | 0 | 0.33 | 193.42 | 0.79 | 0.38 |
| Hex | 14 | 8A | AC | 58 | 14 | 0 | 21 | C1 | 4F | 26 |
| Octal | 24 | 212 | 254 | 130 | 24 | 0 | 41 | 301 | 117 | 46 |
| Binary | 10100 | 10001010 | 10101100 | 1011000 | 10100 | 0 | 100001 | 11000001 | 1001111 | 100110 |
Color Harmonies of #148AAC
Complementary color
Monochromatic Colors of #148AAC
Black with #148AAC
Text Example
Text Example
White with #148AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148AAC; }
p { color: rgb(20,138,172); }
H1.HeaderClassName
{
color: #148AAC;
}
.AnyTagClassName
{
color: #148AAC;
}
</style>
background-color css
<style>
a { background-color: #148AAC; }
a { background-color: rgb(20,138,172); }
div.DivClassName
{
background-color: #148AAC;
}
.BgClassName
{
background-color: #148AAC;
}
</style>
border-color css
<style>
span { border-color: #148AAC; }
span { border-color: rgb(20,138,172); }
td.TdClassName
{
border-color: #148AAC;
}
.TagClassName
{
border-color: #148AAC;
}
</style>