Shades of Niagara #3AAF91
Tints of Niagara #3AAF91
RGB
CMYK
RGB Variations
Color information
#3AAF91 (or 0x3AAF91) is known color: Niagara. HEX triplet: 3A, AF and 91. RGB value is (58,175,145). Sum of RGB (Red+Green+Blue) = 58+175+145=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAF91 is #C5506E. Grayscale: #888888. Windows color (decimal): -12931183 or 9547578. OLE color: 9547578.
HSL color Cylindrical-coordinate representation of color #3AAF91: hue angle of 164.62º 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 #3AAF91 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 175 | 145 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.31 |
| HSL | 164.62º | 0.5% | 0.46% | - |
| HSV(B) | 164.62º | 0.67% | 0.69% | - |
| XYZ | 22.19 | 33.6 | 32.1 | - |
| YUV | 136.6 | 132.74 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 175 | 145 | 0.67 | 0 | 0.17 | 0.31 | 164.62 | 0.5 | 0.46 |
| Hex | 3A | AF | 91 | 43 | 0 | 11 | 1F | A5 | 32 | 2E |
| Octal | 72 | 257 | 221 | 103 | 0 | 21 | 37 | 245 | 62 | 56 |
| Binary | 111010 | 10101111 | 10010001 | 1000011 | 0 | 10001 | 11111 | 10100101 | 110010 | 101110 |
Color Harmonies of #3AAF91
Complementary color
Monochromatic Colors of #3AAF91
Black with #3AAF91
Text Example
Text Example
White with #3AAF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAF91; }
p { color: rgb(58,175,145); }
H1.HeaderClassName
{
color: #3AAF91;
}
.AnyTagClassName
{
color: #3AAF91;
}
</style>
background-color css
<style>
a { background-color: #3AAF91; }
a { background-color: rgb(58,175,145); }
div.DivClassName
{
background-color: #3AAF91;
}
.BgClassName
{
background-color: #3AAF91;
}
</style>
border-color css
<style>
span { border-color: #3AAF91; }
span { border-color: rgb(58,175,145); }
td.TdClassName
{
border-color: #3AAF91;
}
.TagClassName
{
border-color: #3AAF91;
}
</style>