Shades of Niagara #3AAC95
Tints of Niagara #3AAC95
RGB
CMYK
RGB Variations
Color information
#3AAC95 (or 0x3AAC95) is known color: Niagara. HEX triplet: 3A, AC and 95. RGB value is (58,172,149). Sum of RGB (Red+Green+Blue) = 58+172+149=379 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.30% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAC95 is #C5536A. Grayscale: #878787. Windows color (decimal): -12931947 or 9808954. OLE color: 9808954.
HSL color Cylindrical-coordinate representation of color #3AAC95: hue angle of 167.89º 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 #3AAC95 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 172 | 149 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.33 |
| HSL | 167.89º | 0.5% | 0.45% | - |
| HSV(B) | 167.89º | 0.66% | 0.67% | - |
| XYZ | 21.92 | 32.57 | 33.57 | - |
| YUV | 135.29 | 135.73 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 149 | 0.66 | 0 | 0.13 | 0.33 | 167.89 | 0.5 | 0.45 |
| Hex | 3A | AC | 95 | 42 | 0 | D | 21 | A8 | 32 | 2D |
| Octal | 72 | 254 | 225 | 102 | 0 | 15 | 41 | 250 | 62 | 55 |
| Binary | 111010 | 10101100 | 10010101 | 1000010 | 0 | 1101 | 100001 | 10101000 | 110010 | 101101 |
Color Harmonies of #3AAC95
Complementary color
Monochromatic Colors of #3AAC95
Black with #3AAC95
Text Example
Text Example
White with #3AAC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAC95; }
p { color: rgb(58,172,149); }
H1.HeaderClassName
{
color: #3AAC95;
}
.AnyTagClassName
{
color: #3AAC95;
}
</style>
background-color css
<style>
a { background-color: #3AAC95; }
a { background-color: rgb(58,172,149); }
div.DivClassName
{
background-color: #3AAC95;
}
.BgClassName
{
background-color: #3AAC95;
}
</style>
border-color css
<style>
span { border-color: #3AAC95; }
span { border-color: rgb(58,172,149); }
td.TdClassName
{
border-color: #3AAC95;
}
.TagClassName
{
border-color: #3AAC95;
}
</style>