Shades of Niagara #3AAF9C
Tints of Niagara #3AAF9C
RGB
CMYK
RGB Variations
Color information
#3AAF9C (or 0x3AAF9C) is known color: Niagara. HEX triplet: 3A, AF and 9C. RGB value is (58,175,156). Sum of RGB (Red+Green+Blue) = 58+175+156=389 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.91% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAF9C is #C55063. Grayscale: #898989. Windows color (decimal): -12931172 or 10268474. OLE color: 10268474.
HSL color Cylindrical-coordinate representation of color #3AAF9C: hue angle of 170.26º 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 #3AAF9C is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 175 | 156 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.31 |
| HSL | 170.26º | 0.5% | 0.46% | - |
| HSV(B) | 170.26º | 0.67% | 0.69% | - |
| XYZ | 23.08 | 33.96 | 36.79 | - |
| YUV | 137.85 | 138.24 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 175 | 156 | 0.67 | 0 | 0.11 | 0.31 | 170.26 | 0.5 | 0.46 |
| Hex | 3A | AF | 9C | 43 | 0 | B | 1F | AA | 32 | 2E |
| Octal | 72 | 257 | 234 | 103 | 0 | 13 | 37 | 252 | 62 | 56 |
| Binary | 111010 | 10101111 | 10011100 | 1000011 | 0 | 1011 | 11111 | 10101010 | 110010 | 101110 |
Color Harmonies of #3AAF9C
Complementary color
Monochromatic Colors of #3AAF9C
Black with #3AAF9C
Text Example
Text Example
White with #3AAF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAF9C; }
p { color: rgb(58,175,156); }
H1.HeaderClassName
{
color: #3AAF9C;
}
.AnyTagClassName
{
color: #3AAF9C;
}
</style>
background-color css
<style>
a { background-color: #3AAF9C; }
a { background-color: rgb(58,175,156); }
div.DivClassName
{
background-color: #3AAF9C;
}
.BgClassName
{
background-color: #3AAF9C;
}
</style>
border-color css
<style>
span { border-color: #3AAF9C; }
span { border-color: rgb(58,175,156); }
td.TdClassName
{
border-color: #3AAF9C;
}
.TagClassName
{
border-color: #3AAF9C;
}
</style>