Shades of Niagara #3AAA9B
Tints of Niagara #3AAA9B
RGB
CMYK
RGB Variations
Color information
#3AAA9B (or 0x3AAA9B) is known color: Niagara. HEX triplet: 3A, AA and 9B. RGB value is (58,170,155). Sum of RGB (Red+Green+Blue) = 58+170+155=383 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.14% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAA9B is #C55564. Grayscale: #868686. Windows color (decimal): -12932453 or 10201658. OLE color: 10201658.
HSL color Cylindrical-coordinate representation of color #3AAA9B: hue angle of 171.96º degrees, saturation: 0.49, 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 #3AAA9B is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 155 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.33 |
| HSL | 171.96º | 0.49% | 0.45% | - |
| HSV(B) | 171.96º | 0.66% | 0.67% | - |
| XYZ | 22.04 | 32.02 | 36.03 | - |
| YUV | 134.8 | 139.39 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 155 | 0.66 | 0 | 0.09 | 0.33 | 171.96 | 0.49 | 0.45 |
| Hex | 3A | AA | 9B | 42 | 0 | 9 | 21 | AC | 31 | 2D |
| Octal | 72 | 252 | 233 | 102 | 0 | 11 | 41 | 254 | 61 | 55 |
| Binary | 111010 | 10101010 | 10011011 | 1000010 | 0 | 1001 | 100001 | 10101100 | 110001 | 101101 |
Color Harmonies of #3AAA9B
Complementary color
Monochromatic Colors of #3AAA9B
Black with #3AAA9B
Text Example
Text Example
White with #3AAA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA9B; }
p { color: rgb(58,170,155); }
H1.HeaderClassName
{
color: #3AAA9B;
}
.AnyTagClassName
{
color: #3AAA9B;
}
</style>
background-color css
<style>
a { background-color: #3AAA9B; }
a { background-color: rgb(58,170,155); }
div.DivClassName
{
background-color: #3AAA9B;
}
.BgClassName
{
background-color: #3AAA9B;
}
</style>
border-color css
<style>
span { border-color: #3AAA9B; }
span { border-color: rgb(58,170,155); }
td.TdClassName
{
border-color: #3AAA9B;
}
.TagClassName
{
border-color: #3AAA9B;
}
</style>