Shades of Pelorous #20A0BE
Tints of Pelorous #20A0BE
RGB
CMYK
RGB Variations
Color information
#20A0BE (or 0x20A0BE) is known color: Pelorous. HEX triplet: 20, A0 and BE. RGB value is (32,160,190). Sum of RGB (Red+Green+Blue) = 32+160+190=382 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.38% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #20A0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20A0BE is #DF5F41. Grayscale: #7C7C7C. Windows color (decimal): -14638914 or 12492832. OLE color: 12492832.
HSL color Cylindrical-coordinate representation of color #20A0BE: hue angle of 191.39º 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 #20A0BE is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 160 | 190 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.25 |
| HSL | 191.39º | 0.71% | 0.44% | - |
| HSV(B) | 191.39º | 0.83% | 0.75% | - |
| XYZ | 22.46 | 29.17 | 53.16 | - |
| YUV | 125.15 | 164.59 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 160 | 190 | 0.83 | 0.16 | 0 | 0.25 | 191.39 | 0.71 | 0.44 |
| Hex | 20 | A0 | BE | 53 | 10 | 0 | 19 | BF | 47 | 2C |
| Octal | 40 | 240 | 276 | 123 | 20 | 0 | 31 | 277 | 107 | 54 |
| Binary | 100000 | 10100000 | 10111110 | 1010011 | 10000 | 0 | 11001 | 10111111 | 1000111 | 101100 |
Color Harmonies of #20A0BE
Complementary color
Monochromatic Colors of #20A0BE
Black with #20A0BE
Text Example
Text Example
White with #20A0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A0BE; }
p { color: rgb(32,160,190); }
H1.HeaderClassName
{
color: #20A0BE;
}
.AnyTagClassName
{
color: #20A0BE;
}
</style>
background-color css
<style>
a { background-color: #20A0BE; }
a { background-color: rgb(32,160,190); }
div.DivClassName
{
background-color: #20A0BE;
}
.BgClassName
{
background-color: #20A0BE;
}
</style>
border-color css
<style>
span { border-color: #20A0BE; }
span { border-color: rgb(32,160,190); }
td.TdClassName
{
border-color: #20A0BE;
}
.TagClassName
{
border-color: #20A0BE;
}
</style>