Shades of Pelorous #20ADC0
Tints of Pelorous #20ADC0
RGB
CMYK
RGB Variations
Color information
#20ADC0 (or 0x20ADC0) is known color: Pelorous. HEX triplet: 20, AD and C0. RGB value is (32,173,192). Sum of RGB (Red+Green+Blue) = 32+173+192=397 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.06% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #20ADC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ADC0 is #DF523F. Grayscale: #848484. Windows color (decimal): -14635584 or 12627232. OLE color: 12627232.
HSL color Cylindrical-coordinate representation of color #20ADC0: hue angle of 187.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20ADC0 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 173 | 192 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.25 |
| HSL | 187.13º | 0.71% | 0.44% | - |
| HSV(B) | 187.13º | 0.83% | 0.75% | - |
| XYZ | 25.05 | 34 | 55.11 | - |
| YUV | 133.01 | 161.29 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 192 | 0.83 | 0.10 | 0 | 0.25 | 187.13 | 0.71 | 0.44 |
| Hex | 20 | AD | C0 | 53 | A | 0 | 19 | BB | 47 | 2C |
| Octal | 40 | 255 | 300 | 123 | 12 | 0 | 31 | 273 | 107 | 54 |
| Binary | 100000 | 10101101 | 11000000 | 1010011 | 1010 | 0 | 11001 | 10111011 | 1000111 | 101100 |
Color Harmonies of #20ADC0
Complementary color
Monochromatic Colors of #20ADC0
Black with #20ADC0
Text Example
Text Example
White with #20ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ADC0; }
p { color: rgb(32,173,192); }
H1.HeaderClassName
{
color: #20ADC0;
}
.AnyTagClassName
{
color: #20ADC0;
}
</style>
background-color css
<style>
a { background-color: #20ADC0; }
a { background-color: rgb(32,173,192); }
div.DivClassName
{
background-color: #20ADC0;
}
.BgClassName
{
background-color: #20ADC0;
}
</style>
border-color css
<style>
span { border-color: #20ADC0; }
span { border-color: rgb(32,173,192); }
td.TdClassName
{
border-color: #20ADC0;
}
.TagClassName
{
border-color: #20ADC0;
}
</style>