Shades of Niagara #20AF8C
Tints of Niagara #20AF8C
RGB
CMYK
RGB Variations
Color information
#20AF8C (or 0x20AF8C) is known color: Niagara. HEX triplet: 20, AF and 8C. RGB value is (32,175,140). Sum of RGB (Red+Green+Blue) = 32+175+140=347 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.22% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AF8C is #DF5073. Grayscale: #808080. Windows color (decimal): -14635124 or 9219872. OLE color: 9219872.
HSL color Cylindrical-coordinate representation of color #20AF8C: hue angle of 165.31º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AF8C is Cyan = 0.82, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 140 | - |
| CMYK | 0.82 | 0 | 0.2 | 0.31 |
| HSL | 165.31º | 0.69% | 0.41% | - |
| HSV(B) | 165.31º | 0.82% | 0.69% | - |
| XYZ | 20.66 | 32.86 | 30.06 | - |
| YUV | 128.25 | 134.62 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 140 | 0.82 | 0 | 0.2 | 0.31 | 165.31 | 0.69 | 0.41 |
| Hex | 20 | AF | 8C | 52 | 0 | 14 | 1F | A5 | 45 | 29 |
| Octal | 40 | 257 | 214 | 122 | 0 | 24 | 37 | 245 | 105 | 51 |
| Binary | 100000 | 10101111 | 10001100 | 1010010 | 0 | 10100 | 11111 | 10100101 | 1000101 | 101001 |
Color Harmonies of #20AF8C
Complementary color
Monochromatic Colors of #20AF8C
Black with #20AF8C
Text Example
Text Example
White with #20AF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AF8C; }
p { color: rgb(32,175,140); }
H1.HeaderClassName
{
color: #20AF8C;
}
.AnyTagClassName
{
color: #20AF8C;
}
</style>
background-color css
<style>
a { background-color: #20AF8C; }
a { background-color: rgb(32,175,140); }
div.DivClassName
{
background-color: #20AF8C;
}
.BgClassName
{
background-color: #20AF8C;
}
</style>
border-color css
<style>
span { border-color: #20AF8C; }
span { border-color: rgb(32,175,140); }
td.TdClassName
{
border-color: #20AF8C;
}
.TagClassName
{
border-color: #20AF8C;
}
</style>