Shades of Pelorous #20AAC3
Tints of Pelorous #20AAC3
RGB
CMYK
RGB Variations
Color information
#20AAC3 (or 0x20AAC3) is known color: Pelorous. HEX triplet: 20, AA and C3. RGB value is (32,170,195). Sum of RGB (Red+Green+Blue) = 32+170+195=397 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.06% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 195 (76.56% from 255 or 49.12% from 397); Max value from RGB is 195 - color contains mainly: blue. Hex color #20AAC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AAC3 is #DF553C. Grayscale: #838383. Windows color (decimal): -14636349 or 12823072. OLE color: 12823072.
HSL color Cylindrical-coordinate representation of color #20AAC3: hue angle of 189.2º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20AAC3 is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 170 | 195 | - |
| CMYK | 0.84 | 0.13 | 0 | 0.24 |
| HSL | 189.2º | 0.72% | 0.45% | - |
| HSV(B) | 189.2º | 0.84% | 0.76% | - |
| XYZ | 24.82 | 33 | 56.69 | - |
| YUV | 131.59 | 163.78 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 170 | 195 | 0.84 | 0.13 | 0 | 0.24 | 189.2 | 0.72 | 0.45 |
| Hex | 20 | AA | C3 | 54 | D | 0 | 18 | BD | 48 | 2D |
| Octal | 40 | 252 | 303 | 124 | 15 | 0 | 30 | 275 | 110 | 55 |
| Binary | 100000 | 10101010 | 11000011 | 1010100 | 1101 | 0 | 11000 | 10111101 | 1001000 | 101101 |
Color Harmonies of #20AAC3
Complementary color
Monochromatic Colors of #20AAC3
Black with #20AAC3
Text Example
Text Example
White with #20AAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AAC3; }
p { color: rgb(32,170,195); }
H1.HeaderClassName
{
color: #20AAC3;
}
.AnyTagClassName
{
color: #20AAC3;
}
</style>
background-color css
<style>
a { background-color: #20AAC3; }
a { background-color: rgb(32,170,195); }
div.DivClassName
{
background-color: #20AAC3;
}
.BgClassName
{
background-color: #20AAC3;
}
</style>
border-color css
<style>
span { border-color: #20AAC3; }
span { border-color: rgb(32,170,195); }
td.TdClassName
{
border-color: #20AAC3;
}
.TagClassName
{
border-color: #20AAC3;
}
</style>