Shades of Niagara #20B698
Tints of Niagara #20B698
RGB
CMYK
RGB Variations
Color information
#20B698 (or 0x20B698) is known color: Niagara. HEX triplet: 20, B6 and 98. RGB value is (32,182,152). Sum of RGB (Red+Green+Blue) = 32+182+152=366 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.74% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #20B698 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20B698 is #DF4967. Grayscale: #858585. Windows color (decimal): -14633320 or 10008096. OLE color: 10008096.
HSL color Cylindrical-coordinate representation of color #20B698: hue angle of 168º 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 #20B698 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 182 | 152 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.29 |
| HSL | 168º | 0.7% | 0.42% | - |
| HSV(B) | 168º | 0.82% | 0.71% | - |
| XYZ | 22.99 | 36.03 | 35.45 | - |
| YUV | 133.73 | 138.31 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 182 | 152 | 0.82 | 0 | 0.16 | 0.29 | 168 | 0.7 | 0.42 |
| Hex | 20 | B6 | 98 | 52 | 0 | 10 | 1D | A8 | 46 | 2A |
| Octal | 40 | 266 | 230 | 122 | 0 | 20 | 35 | 250 | 106 | 52 |
| Binary | 100000 | 10110110 | 10011000 | 1010010 | 0 | 10000 | 11101 | 10101000 | 1000110 | 101010 |
Color Harmonies of #20B698
Complementary color
Monochromatic Colors of #20B698
Black with #20B698
Text Example
Text Example
White with #20B698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B698; }
p { color: rgb(32,182,152); }
H1.HeaderClassName
{
color: #20B698;
}
.AnyTagClassName
{
color: #20B698;
}
</style>
background-color css
<style>
a { background-color: #20B698; }
a { background-color: rgb(32,182,152); }
div.DivClassName
{
background-color: #20B698;
}
.BgClassName
{
background-color: #20B698;
}
</style>
border-color css
<style>
span { border-color: #20B698; }
span { border-color: rgb(32,182,152); }
td.TdClassName
{
border-color: #20B698;
}
.TagClassName
{
border-color: #20B698;
}
</style>