Shades of Niagara #3AAF9F
Tints of Niagara #3AAF9F
RGB
CMYK
RGB Variations
Color information
#3AAF9F (or 0x3AAF9F) is known color: Niagara. HEX triplet: 3A, AF and 9F. RGB value is (58,175,159). Sum of RGB (Red+Green+Blue) = 58+175+159=392 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.80% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAF9F is #C55060. Grayscale: #8A8A8A. Windows color (decimal): -12931169 or 10465082. OLE color: 10465082.
HSL color Cylindrical-coordinate representation of color #3AAF9F: hue angle of 171.79º 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 #3AAF9F is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 175 | 159 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.31 |
| HSL | 171.79º | 0.5% | 0.46% | - |
| HSV(B) | 171.79º | 0.67% | 0.69% | - |
| XYZ | 23.33 | 34.06 | 38.15 | - |
| YUV | 138.19 | 139.74 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 175 | 159 | 0.67 | 0 | 0.09 | 0.31 | 171.79 | 0.5 | 0.46 |
| Hex | 3A | AF | 9F | 43 | 0 | 9 | 1F | AC | 32 | 2E |
| Octal | 72 | 257 | 237 | 103 | 0 | 11 | 37 | 254 | 62 | 56 |
| Binary | 111010 | 10101111 | 10011111 | 1000011 | 0 | 1001 | 11111 | 10101100 | 110010 | 101110 |
Color Harmonies of #3AAF9F
Complementary color
Monochromatic Colors of #3AAF9F
Black with #3AAF9F
Text Example
Text Example
White with #3AAF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAF9F; }
p { color: rgb(58,175,159); }
H1.HeaderClassName
{
color: #3AAF9F;
}
.AnyTagClassName
{
color: #3AAF9F;
}
</style>
background-color css
<style>
a { background-color: #3AAF9F; }
a { background-color: rgb(58,175,159); }
div.DivClassName
{
background-color: #3AAF9F;
}
.BgClassName
{
background-color: #3AAF9F;
}
</style>
border-color css
<style>
span { border-color: #3AAF9F; }
span { border-color: rgb(58,175,159); }
td.TdClassName
{
border-color: #3AAF9F;
}
.TagClassName
{
border-color: #3AAF9F;
}
</style>