Shades of Pelorous #20ABC0
Tints of Pelorous #20ABC0
RGB
CMYK
RGB Variations
Color information
#20ABC0 (or 0x20ABC0) is known color: Pelorous. HEX triplet: 20, AB and C0. RGB value is (32,171,192). Sum of RGB (Red+Green+Blue) = 32+171+192=395 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.10% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #20ABC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ABC0 is #DF543F. Grayscale: #838383. Windows color (decimal): -14636096 or 12626720. OLE color: 12626720.
HSL color Cylindrical-coordinate representation of color #20ABC0: hue angle of 187.88º 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 #20ABC0 is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 171 | 192 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.25 |
| HSL | 187.88º | 0.71% | 0.44% | - |
| HSV(B) | 187.88º | 0.83% | 0.75% | - |
| XYZ | 24.67 | 33.24 | 54.98 | - |
| YUV | 131.83 | 161.95 | 56.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 192 | 0.83 | 0.11 | 0 | 0.25 | 187.88 | 0.71 | 0.44 |
| Hex | 20 | AB | C0 | 53 | B | 0 | 19 | BC | 47 | 2C |
| Octal | 40 | 253 | 300 | 123 | 13 | 0 | 31 | 274 | 107 | 54 |
| Binary | 100000 | 10101011 | 11000000 | 1010011 | 1011 | 0 | 11001 | 10111100 | 1000111 | 101100 |
Color Harmonies of #20ABC0
Complementary color
Monochromatic Colors of #20ABC0
Black with #20ABC0
Text Example
Text Example
White with #20ABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ABC0; }
p { color: rgb(32,171,192); }
H1.HeaderClassName
{
color: #20ABC0;
}
.AnyTagClassName
{
color: #20ABC0;
}
</style>
background-color css
<style>
a { background-color: #20ABC0; }
a { background-color: rgb(32,171,192); }
div.DivClassName
{
background-color: #20ABC0;
}
.BgClassName
{
background-color: #20ABC0;
}
</style>
border-color css
<style>
span { border-color: #20ABC0; }
span { border-color: rgb(32,171,192); }
td.TdClassName
{
border-color: #20ABC0;
}
.TagClassName
{
border-color: #20ABC0;
}
</style>