Shades of Pelorous #20ADC2
Tints of Pelorous #20ADC2
RGB
CMYK
RGB Variations
Color information
#20ADC2 (or 0x20ADC2) is known color: Pelorous. HEX triplet: 20, AD and C2. RGB value is (32,173,194). Sum of RGB (Red+Green+Blue) = 32+173+194=399 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.02% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 194 (76.17% from 255 or 48.62% from 399); Max value from RGB is 194 - color contains mainly: blue. Hex color #20ADC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ADC2 is #DF523D. Grayscale: #858585. Windows color (decimal): -14635582 or 12758304. OLE color: 12758304.
HSL color Cylindrical-coordinate representation of color #20ADC2: hue angle of 187.78º 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 #20ADC2 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 173 | 194 | - |
| CMYK | 0.84 | 0.11 | 0 | 0.24 |
| HSL | 187.78º | 0.72% | 0.44% | - |
| HSV(B) | 187.78º | 0.84% | 0.76% | - |
| XYZ | 25.28 | 34.09 | 56.29 | - |
| YUV | 133.24 | 162.29 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 194 | 0.84 | 0.11 | 0 | 0.24 | 187.78 | 0.72 | 0.44 |
| Hex | 20 | AD | C2 | 54 | B | 0 | 18 | BC | 48 | 2C |
| Octal | 40 | 255 | 302 | 124 | 13 | 0 | 30 | 274 | 110 | 54 |
| Binary | 100000 | 10101101 | 11000010 | 1010100 | 1011 | 0 | 11000 | 10111100 | 1001000 | 101100 |
Color Harmonies of #20ADC2
Complementary color
Monochromatic Colors of #20ADC2
Black with #20ADC2
Text Example
Text Example
White with #20ADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ADC2; }
p { color: rgb(32,173,194); }
H1.HeaderClassName
{
color: #20ADC2;
}
.AnyTagClassName
{
color: #20ADC2;
}
</style>
background-color css
<style>
a { background-color: #20ADC2; }
a { background-color: rgb(32,173,194); }
div.DivClassName
{
background-color: #20ADC2;
}
.BgClassName
{
background-color: #20ADC2;
}
</style>
border-color css
<style>
span { border-color: #20ADC2; }
span { border-color: rgb(32,173,194); }
td.TdClassName
{
border-color: #20ADC2;
}
.TagClassName
{
border-color: #20ADC2;
}
</style>