Shades of Pelorous #20AAC2
Tints of Pelorous #20AAC2
RGB
CMYK
RGB Variations
Color information
#20AAC2 (or 0x20AAC2) is known color: Pelorous. HEX triplet: 20, AA and C2. RGB value is (32,170,194). Sum of RGB (Red+Green+Blue) = 32+170+194=396 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.08% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 194 (76.17% from 255 or 48.99% from 396); Max value from RGB is 194 - color contains mainly: blue. Hex color #20AAC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AAC2 is #DF553D. Grayscale: #838383. Windows color (decimal): -14636350 or 12757536. OLE color: 12757536.
HSL color Cylindrical-coordinate representation of color #20AAC2: hue angle of 188.89º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20AAC2 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 170 | 194 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.24 |
| HSL | 188.89º | 0.72% | 0.44% | - |
| HSV(B) | 188.89º | 0.84% | 0.76% | - |
| XYZ | 24.71 | 32.95 | 56.1 | - |
| YUV | 131.47 | 163.28 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 170 | 194 | 0.84 | 0.12 | 0 | 0.24 | 188.89 | 0.72 | 0.44 |
| Hex | 20 | AA | C2 | 54 | C | 0 | 18 | BD | 48 | 2C |
| Octal | 40 | 252 | 302 | 124 | 14 | 0 | 30 | 275 | 110 | 54 |
| Binary | 100000 | 10101010 | 11000010 | 1010100 | 1100 | 0 | 11000 | 10111101 | 1001000 | 101100 |
Color Harmonies of #20AAC2
Complementary color
Monochromatic Colors of #20AAC2
Black with #20AAC2
Text Example
Text Example
White with #20AAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AAC2; }
p { color: rgb(32,170,194); }
H1.HeaderClassName
{
color: #20AAC2;
}
.AnyTagClassName
{
color: #20AAC2;
}
</style>
background-color css
<style>
a { background-color: #20AAC2; }
a { background-color: rgb(32,170,194); }
div.DivClassName
{
background-color: #20AAC2;
}
.BgClassName
{
background-color: #20AAC2;
}
</style>
border-color css
<style>
span { border-color: #20AAC2; }
span { border-color: rgb(32,170,194); }
td.TdClassName
{
border-color: #20AAC2;
}
.TagClassName
{
border-color: #20AAC2;
}
</style>