Shades of Niagara #28AF92
Tints of Niagara #28AF92
RGB
CMYK
RGB Variations
Color information
#28AF92 (or 0x28AF92) is known color: Niagara. HEX triplet: 28, AF and 92. RGB value is (40,175,146). Sum of RGB (Red+Green+Blue) = 40+175+146=361 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.08% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AF92 is #D7506D. Grayscale: #838383. Windows color (decimal): -14110830 or 9613096. OLE color: 9613096.
HSL color Cylindrical-coordinate representation of color #28AF92: hue angle of 167.11º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AF92 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 146 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.31 |
| HSL | 167.11º | 0.63% | 0.42% | - |
| HSV(B) | 167.11º | 0.77% | 0.69% | - |
| XYZ | 21.39 | 33.19 | 32.47 | - |
| YUV | 131.33 | 136.27 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 146 | 0.77 | 0 | 0.17 | 0.31 | 167.11 | 0.63 | 0.42 |
| Hex | 28 | AF | 92 | 4D | 0 | 11 | 1F | A7 | 3F | 2A |
| Octal | 50 | 257 | 222 | 115 | 0 | 21 | 37 | 247 | 77 | 52 |
| Binary | 101000 | 10101111 | 10010010 | 1001101 | 0 | 10001 | 11111 | 10100111 | 111111 | 101010 |
Color Harmonies of #28AF92
Complementary color
Monochromatic Colors of #28AF92
Black with #28AF92
Text Example
Text Example
White with #28AF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF92; }
p { color: rgb(40,175,146); }
H1.HeaderClassName
{
color: #28AF92;
}
.AnyTagClassName
{
color: #28AF92;
}
</style>
background-color css
<style>
a { background-color: #28AF92; }
a { background-color: rgb(40,175,146); }
div.DivClassName
{
background-color: #28AF92;
}
.BgClassName
{
background-color: #28AF92;
}
</style>
border-color css
<style>
span { border-color: #28AF92; }
span { border-color: rgb(40,175,146); }
td.TdClassName
{
border-color: #28AF92;
}
.TagClassName
{
border-color: #28AF92;
}
</style>