Shades of Niagara #3AAF92
Tints of Niagara #3AAF92
RGB
CMYK
RGB Variations
Color information
#3AAF92 (or 0x3AAF92) is known color: Niagara. HEX triplet: 3A, AF and 92. RGB value is (58,175,146). Sum of RGB (Red+Green+Blue) = 58+175+146=379 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.30% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAF92 is #C5506D. Grayscale: #888888. Windows color (decimal): -12931182 or 9613114. OLE color: 9613114.
HSL color Cylindrical-coordinate representation of color #3AAF92: hue angle of 165.13º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AAF92 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 175 | 146 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.31 |
| HSL | 165.13º | 0.5% | 0.46% | - |
| HSV(B) | 165.13º | 0.67% | 0.69% | - |
| XYZ | 22.26 | 33.63 | 32.51 | - |
| YUV | 136.71 | 133.24 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 175 | 146 | 0.67 | 0 | 0.17 | 0.31 | 165.13 | 0.5 | 0.46 |
| Hex | 3A | AF | 92 | 43 | 0 | 11 | 1F | A5 | 32 | 2E |
| Octal | 72 | 257 | 222 | 103 | 0 | 21 | 37 | 245 | 62 | 56 |
| Binary | 111010 | 10101111 | 10010010 | 1000011 | 0 | 10001 | 11111 | 10100101 | 110010 | 101110 |
Color Harmonies of #3AAF92
Complementary color
Monochromatic Colors of #3AAF92
Black with #3AAF92
Text Example
Text Example
White with #3AAF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAF92; }
p { color: rgb(58,175,146); }
H1.HeaderClassName
{
color: #3AAF92;
}
.AnyTagClassName
{
color: #3AAF92;
}
</style>
background-color css
<style>
a { background-color: #3AAF92; }
a { background-color: rgb(58,175,146); }
div.DivClassName
{
background-color: #3AAF92;
}
.BgClassName
{
background-color: #3AAF92;
}
</style>
border-color css
<style>
span { border-color: #3AAF92; }
span { border-color: rgb(58,175,146); }
td.TdClassName
{
border-color: #3AAF92;
}
.TagClassName
{
border-color: #3AAF92;
}
</style>