Shades of Niagara #3AAC9D
Tints of Niagara #3AAC9D
RGB
CMYK
RGB Variations
Color information
#3AAC9D (or 0x3AAC9D) is known color: Niagara. HEX triplet: 3A, AC and 9D. RGB value is (58,172,157). Sum of RGB (Red+Green+Blue) = 58+172+157=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAC9D is #C55362. Grayscale: #888888. Windows color (decimal): -12931939 or 10333242. OLE color: 10333242.
HSL color Cylindrical-coordinate representation of color #3AAC9D: hue angle of 172.11º 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 #3AAC9D is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 172 | 157 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.33 |
| HSL | 172.11º | 0.5% | 0.45% | - |
| HSV(B) | 172.11º | 0.66% | 0.67% | - |
| XYZ | 22.58 | 32.84 | 37.05 | - |
| YUV | 136.2 | 139.73 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 157 | 0.66 | 0 | 0.09 | 0.33 | 172.11 | 0.5 | 0.45 |
| Hex | 3A | AC | 9D | 42 | 0 | 9 | 21 | AC | 32 | 2D |
| Octal | 72 | 254 | 235 | 102 | 0 | 11 | 41 | 254 | 62 | 55 |
| Binary | 111010 | 10101100 | 10011101 | 1000010 | 0 | 1001 | 100001 | 10101100 | 110010 | 101101 |
Color Harmonies of #3AAC9D
Complementary color
Monochromatic Colors of #3AAC9D
Black with #3AAC9D
Text Example
Text Example
White with #3AAC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAC9D; }
p { color: rgb(58,172,157); }
H1.HeaderClassName
{
color: #3AAC9D;
}
.AnyTagClassName
{
color: #3AAC9D;
}
</style>
background-color css
<style>
a { background-color: #3AAC9D; }
a { background-color: rgb(58,172,157); }
div.DivClassName
{
background-color: #3AAC9D;
}
.BgClassName
{
background-color: #3AAC9D;
}
</style>
border-color css
<style>
span { border-color: #3AAC9D; }
span { border-color: rgb(58,172,157); }
td.TdClassName
{
border-color: #3AAC9D;
}
.TagClassName
{
border-color: #3AAC9D;
}
</style>