Shades of Pelorous #20A2C1
Tints of Pelorous #20A2C1
RGB
CMYK
RGB Variations
Color information
#20A2C1 (or 0x20A2C1) is known color: Pelorous. HEX triplet: 20, A2 and C1. RGB value is (32,162,193). Sum of RGB (Red+Green+Blue) = 32+162+193=387 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.27% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #20A2C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20A2C1 is #DF5D3E. Grayscale: #7E7E7E. Windows color (decimal): -14638399 or 12689952. OLE color: 12689952.
HSL color Cylindrical-coordinate representation of color #20A2C1: hue angle of 191.55º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20A2C1 is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 162 | 193 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.24 |
| HSL | 191.55º | 0.72% | 0.44% | - |
| HSV(B) | 191.55º | 0.83% | 0.76% | - |
| XYZ | 23.14 | 30 | 55.02 | - |
| YUV | 126.66 | 165.43 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 162 | 193 | 0.83 | 0.16 | 0 | 0.24 | 191.55 | 0.72 | 0.44 |
| Hex | 20 | A2 | C1 | 53 | 10 | 0 | 18 | C0 | 48 | 2C |
| Octal | 40 | 242 | 301 | 123 | 20 | 0 | 30 | 300 | 110 | 54 |
| Binary | 100000 | 10100010 | 11000001 | 1010011 | 10000 | 0 | 11000 | 11000000 | 1001000 | 101100 |
Color Harmonies of #20A2C1
Complementary color
Monochromatic Colors of #20A2C1
Black with #20A2C1
Text Example
Text Example
White with #20A2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A2C1; }
p { color: rgb(32,162,193); }
H1.HeaderClassName
{
color: #20A2C1;
}
.AnyTagClassName
{
color: #20A2C1;
}
</style>
background-color css
<style>
a { background-color: #20A2C1; }
a { background-color: rgb(32,162,193); }
div.DivClassName
{
background-color: #20A2C1;
}
.BgClassName
{
background-color: #20A2C1;
}
</style>
border-color css
<style>
span { border-color: #20A2C1; }
span { border-color: rgb(32,162,193); }
td.TdClassName
{
border-color: #20A2C1;
}
.TagClassName
{
border-color: #20A2C1;
}
</style>