Shades of Pelorous #20AABA
Tints of Pelorous #20AABA
RGB
CMYK
RGB Variations
Color information
#20AABA (or 0x20AABA) is known color: Pelorous. HEX triplet: 20, AA and BA. RGB value is (32,170,186). Sum of RGB (Red+Green+Blue) = 32+170+186=388 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.25% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #20AABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AABA is #DF5545. Grayscale: #828282. Windows color (decimal): -14636358 or 12233248. OLE color: 12233248.
HSL color Cylindrical-coordinate representation of color #20AABA: hue angle of 186.23º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20AABA is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 170 | 186 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.27 |
| HSL | 186.23º | 0.71% | 0.43% | - |
| HSV(B) | 186.23º | 0.83% | 0.73% | - |
| XYZ | 23.83 | 32.6 | 51.49 | - |
| YUV | 130.56 | 159.28 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 170 | 186 | 0.83 | 0.09 | 0 | 0.27 | 186.23 | 0.71 | 0.43 |
| Hex | 20 | AA | BA | 53 | 9 | 0 | 1B | BA | 47 | 2B |
| Octal | 40 | 252 | 272 | 123 | 11 | 0 | 33 | 272 | 107 | 53 |
| Binary | 100000 | 10101010 | 10111010 | 1010011 | 1001 | 0 | 11011 | 10111010 | 1000111 | 101011 |
Color Harmonies of #20AABA
Complementary color
Monochromatic Colors of #20AABA
Black with #20AABA
Text Example
Text Example
White with #20AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AABA; }
p { color: rgb(32,170,186); }
H1.HeaderClassName
{
color: #20AABA;
}
.AnyTagClassName
{
color: #20AABA;
}
</style>
background-color css
<style>
a { background-color: #20AABA; }
a { background-color: rgb(32,170,186); }
div.DivClassName
{
background-color: #20AABA;
}
.BgClassName
{
background-color: #20AABA;
}
</style>
border-color css
<style>
span { border-color: #20AABA; }
span { border-color: rgb(32,170,186); }
td.TdClassName
{
border-color: #20AABA;
}
.TagClassName
{
border-color: #20AABA;
}
</style>