Shades of Niagara #3AAC97
Tints of Niagara #3AAC97
RGB
CMYK
RGB Variations
Color information
#3AAC97 (or 0x3AAC97) is known color: Niagara. HEX triplet: 3A, AC and 97. RGB value is (58,172,151). Sum of RGB (Red+Green+Blue) = 58+172+151=381 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.22% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAC97 is #C55368. Grayscale: #878787. Windows color (decimal): -12931945 or 9940026. OLE color: 9940026.
HSL color Cylindrical-coordinate representation of color #3AAC97: hue angle of 168.95º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAC97 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 172 | 151 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.33 |
| HSL | 168.95º | 0.5% | 0.45% | - |
| HSV(B) | 168.95º | 0.66% | 0.67% | - |
| XYZ | 22.08 | 32.64 | 34.41 | - |
| YUV | 135.52 | 136.73 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 151 | 0.66 | 0 | 0.12 | 0.33 | 168.95 | 0.5 | 0.45 |
| Hex | 3A | AC | 97 | 42 | 0 | C | 21 | A9 | 32 | 2D |
| Octal | 72 | 254 | 227 | 102 | 0 | 14 | 41 | 251 | 62 | 55 |
| Binary | 111010 | 10101100 | 10010111 | 1000010 | 0 | 1100 | 100001 | 10101001 | 110010 | 101101 |
Color Harmonies of #3AAC97
Complementary color
Monochromatic Colors of #3AAC97
Black with #3AAC97
Text Example
Text Example
White with #3AAC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAC97; }
p { color: rgb(58,172,151); }
H1.HeaderClassName
{
color: #3AAC97;
}
.AnyTagClassName
{
color: #3AAC97;
}
</style>
background-color css
<style>
a { background-color: #3AAC97; }
a { background-color: rgb(58,172,151); }
div.DivClassName
{
background-color: #3AAC97;
}
.BgClassName
{
background-color: #3AAC97;
}
</style>
border-color css
<style>
span { border-color: #3AAC97; }
span { border-color: rgb(58,172,151); }
td.TdClassName
{
border-color: #3AAC97;
}
.TagClassName
{
border-color: #3AAC97;
}
</style>