Shades of Niagara #3AAF9A
Tints of Niagara #3AAF9A
RGB
CMYK
RGB Variations
Color information
#3AAF9A (or 0x3AAF9A) is known color: Niagara. HEX triplet: 3A, AF and 9A. RGB value is (58,175,154). Sum of RGB (Red+Green+Blue) = 58+175+154=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAF9A is #C55065. Grayscale: #898989. Windows color (decimal): -12931174 or 10137402. OLE color: 10137402.
HSL color Cylindrical-coordinate representation of color #3AAF9A: hue angle of 169.23º 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 #3AAF9A is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 175 | 154 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.31 |
| HSL | 169.23º | 0.5% | 0.46% | - |
| HSV(B) | 169.23º | 0.67% | 0.69% | - |
| XYZ | 22.91 | 33.89 | 35.91 | - |
| YUV | 137.62 | 137.24 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 175 | 154 | 0.67 | 0 | 0.12 | 0.31 | 169.23 | 0.5 | 0.46 |
| Hex | 3A | AF | 9A | 43 | 0 | C | 1F | A9 | 32 | 2E |
| Octal | 72 | 257 | 232 | 103 | 0 | 14 | 37 | 251 | 62 | 56 |
| Binary | 111010 | 10101111 | 10011010 | 1000011 | 0 | 1100 | 11111 | 10101001 | 110010 | 101110 |
Color Harmonies of #3AAF9A
Complementary color
Monochromatic Colors of #3AAF9A
Black with #3AAF9A
Text Example
Text Example
White with #3AAF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAF9A; }
p { color: rgb(58,175,154); }
H1.HeaderClassName
{
color: #3AAF9A;
}
.AnyTagClassName
{
color: #3AAF9A;
}
</style>
background-color css
<style>
a { background-color: #3AAF9A; }
a { background-color: rgb(58,175,154); }
div.DivClassName
{
background-color: #3AAF9A;
}
.BgClassName
{
background-color: #3AAF9A;
}
</style>
border-color css
<style>
span { border-color: #3AAF9A; }
span { border-color: rgb(58,175,154); }
td.TdClassName
{
border-color: #3AAF9A;
}
.TagClassName
{
border-color: #3AAF9A;
}
</style>