Shades of Pelorous #20ADC3
Tints of Pelorous #20ADC3
RGB
CMYK
RGB Variations
Color information
#20ADC3 (or 0x20ADC3) is known color: Pelorous. HEX triplet: 20, AD and C3. RGB value is (32,173,195). Sum of RGB (Red+Green+Blue) = 32+173+195=400 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 195 (76.56% from 255 or 48.75% from 400); Max value from RGB is 195 - color contains mainly: blue. Hex color #20ADC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ADC3 is #DF523C. Grayscale: #858585. Windows color (decimal): -14635581 or 12823840. OLE color: 12823840.
HSL color Cylindrical-coordinate representation of color #20ADC3: hue angle of 188.1º 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 #20ADC3 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 173 | 195 | - |
| CMYK | 0.84 | 0.11 | 0 | 0.24 |
| HSL | 188.1º | 0.72% | 0.45% | - |
| HSV(B) | 188.1º | 0.84% | 0.76% | - |
| XYZ | 25.39 | 34.13 | 56.88 | - |
| YUV | 133.35 | 162.79 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 195 | 0.84 | 0.11 | 0 | 0.24 | 188.1 | 0.72 | 0.45 |
| Hex | 20 | AD | C3 | 54 | B | 0 | 18 | BC | 48 | 2D |
| Octal | 40 | 255 | 303 | 124 | 13 | 0 | 30 | 274 | 110 | 55 |
| Binary | 100000 | 10101101 | 11000011 | 1010100 | 1011 | 0 | 11000 | 10111100 | 1001000 | 101101 |
Color Harmonies of #20ADC3
Complementary color
Monochromatic Colors of #20ADC3
Black with #20ADC3
Text Example
Text Example
White with #20ADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ADC3; }
p { color: rgb(32,173,195); }
H1.HeaderClassName
{
color: #20ADC3;
}
.AnyTagClassName
{
color: #20ADC3;
}
</style>
background-color css
<style>
a { background-color: #20ADC3; }
a { background-color: rgb(32,173,195); }
div.DivClassName
{
background-color: #20ADC3;
}
.BgClassName
{
background-color: #20ADC3;
}
</style>
border-color css
<style>
span { border-color: #20ADC3; }
span { border-color: rgb(32,173,195); }
td.TdClassName
{
border-color: #20ADC3;
}
.TagClassName
{
border-color: #20ADC3;
}
</style>