Shades of Pelorous #20ADC1
Tints of Pelorous #20ADC1
RGB
CMYK
RGB Variations
Color information
#20ADC1 (or 0x20ADC1) is known color: Pelorous. HEX triplet: 20, AD and C1. RGB value is (32,173,193). Sum of RGB (Red+Green+Blue) = 32+173+193=398 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.04% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #20ADC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ADC1 is #DF523E. Grayscale: #848484. Windows color (decimal): -14635583 or 12692768. OLE color: 12692768.
HSL color Cylindrical-coordinate representation of color #20ADC1: hue angle of 187.45º 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 #20ADC1 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 173 | 193 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.24 |
| HSL | 187.45º | 0.72% | 0.44% | - |
| HSV(B) | 187.45º | 0.83% | 0.76% | - |
| XYZ | 25.16 | 34.04 | 55.7 | - |
| YUV | 133.12 | 161.79 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 193 | 0.83 | 0.10 | 0 | 0.24 | 187.45 | 0.72 | 0.44 |
| Hex | 20 | AD | C1 | 53 | A | 0 | 18 | BB | 48 | 2C |
| Octal | 40 | 255 | 301 | 123 | 12 | 0 | 30 | 273 | 110 | 54 |
| Binary | 100000 | 10101101 | 11000001 | 1010011 | 1010 | 0 | 11000 | 10111011 | 1001000 | 101100 |
Color Harmonies of #20ADC1
Complementary color
Monochromatic Colors of #20ADC1
Black with #20ADC1
Text Example
Text Example
White with #20ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ADC1; }
p { color: rgb(32,173,193); }
H1.HeaderClassName
{
color: #20ADC1;
}
.AnyTagClassName
{
color: #20ADC1;
}
</style>
background-color css
<style>
a { background-color: #20ADC1; }
a { background-color: rgb(32,173,193); }
div.DivClassName
{
background-color: #20ADC1;
}
.BgClassName
{
background-color: #20ADC1;
}
</style>
border-color css
<style>
span { border-color: #20ADC1; }
span { border-color: rgb(32,173,193); }
td.TdClassName
{
border-color: #20ADC1;
}
.TagClassName
{
border-color: #20ADC1;
}
</style>