Shades of Pelorous #20ABC4
Tints of Pelorous #20ABC4
RGB
CMYK
RGB Variations
Color information
#20ABC4 (or 0x20ABC4) is known color: Pelorous. HEX triplet: 20, AB and C4. RGB value is (32,171,196). Sum of RGB (Red+Green+Blue) = 32+171+196=399 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.02% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 196 (76.95% from 255 or 49.12% from 399); Max value from RGB is 196 - color contains mainly: blue. Hex color #20ABC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ABC4 is #DF543B. Grayscale: #848484. Windows color (decimal): -14636092 or 12888864. OLE color: 12888864.
HSL color Cylindrical-coordinate representation of color #20ABC4: hue angle of 189.15º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20ABC4 is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 171 | 196 | - |
| CMYK | 0.84 | 0.13 | 0 | 0.23 |
| HSL | 189.15º | 0.72% | 0.45% | - |
| HSV(B) | 189.15º | 0.84% | 0.77% | - |
| XYZ | 25.12 | 33.42 | 57.35 | - |
| YUV | 132.29 | 163.95 | 56.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 196 | 0.84 | 0.13 | 0 | 0.23 | 189.15 | 0.72 | 0.45 |
| Hex | 20 | AB | C4 | 54 | D | 0 | 17 | BD | 48 | 2D |
| Octal | 40 | 253 | 304 | 124 | 15 | 0 | 27 | 275 | 110 | 55 |
| Binary | 100000 | 10101011 | 11000100 | 1010100 | 1101 | 0 | 10111 | 10111101 | 1001000 | 101101 |
Color Harmonies of #20ABC4
Complementary color
Monochromatic Colors of #20ABC4
Black with #20ABC4
Text Example
Text Example
White with #20ABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ABC4; }
p { color: rgb(32,171,196); }
H1.HeaderClassName
{
color: #20ABC4;
}
.AnyTagClassName
{
color: #20ABC4;
}
</style>
background-color css
<style>
a { background-color: #20ABC4; }
a { background-color: rgb(32,171,196); }
div.DivClassName
{
background-color: #20ABC4;
}
.BgClassName
{
background-color: #20ABC4;
}
</style>
border-color css
<style>
span { border-color: #20ABC4; }
span { border-color: rgb(32,171,196); }
td.TdClassName
{
border-color: #20ABC4;
}
.TagClassName
{
border-color: #20ABC4;
}
</style>