Shades of Pelorous #20A8B4
Tints of Pelorous #20A8B4
RGB
CMYK
RGB Variations
Color information
#20A8B4 (or 0x20A8B4) is known color: Pelorous. HEX triplet: 20, A8 and B4. RGB value is (32,168,180). Sum of RGB (Red+Green+Blue) = 32+168+180=380 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.42% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 180 (70.70% from 255 or 47.37% from 380); Max value from RGB is 180 - color contains mainly: blue. Hex color #20A8B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20A8B4 is #DF574B. Grayscale: #808080. Windows color (decimal): -14636876 or 11839520. OLE color: 11839520.
HSL color Cylindrical-coordinate representation of color #20A8B4: hue angle of 184.86º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20A8B4 is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 168 | 180 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.29 |
| HSL | 184.86º | 0.7% | 0.42% | - |
| HSV(B) | 184.86º | 0.82% | 0.71% | - |
| XYZ | 22.84 | 31.61 | 48.08 | - |
| YUV | 128.7 | 156.94 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 168 | 180 | 0.82 | 0.07 | 0 | 0.29 | 184.86 | 0.7 | 0.42 |
| Hex | 20 | A8 | B4 | 52 | 7 | 0 | 1D | B9 | 46 | 2A |
| Octal | 40 | 250 | 264 | 122 | 7 | 0 | 35 | 271 | 106 | 52 |
| Binary | 100000 | 10101000 | 10110100 | 1010010 | 111 | 0 | 11101 | 10111001 | 1000110 | 101010 |
Color Harmonies of #20A8B4
Complementary color
Monochromatic Colors of #20A8B4
Black with #20A8B4
Text Example
Text Example
White with #20A8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A8B4; }
p { color: rgb(32,168,180); }
H1.HeaderClassName
{
color: #20A8B4;
}
.AnyTagClassName
{
color: #20A8B4;
}
</style>
background-color css
<style>
a { background-color: #20A8B4; }
a { background-color: rgb(32,168,180); }
div.DivClassName
{
background-color: #20A8B4;
}
.BgClassName
{
background-color: #20A8B4;
}
</style>
border-color css
<style>
span { border-color: #20A8B4; }
span { border-color: rgb(32,168,180); }
td.TdClassName
{
border-color: #20A8B4;
}
.TagClassName
{
border-color: #20A8B4;
}
</style>