Shades of Niagara #3AAE98
Tints of Niagara #3AAE98
RGB
CMYK
RGB Variations
Color information
#3AAE98 (or 0x3AAE98) is known color: Niagara. HEX triplet: 3A, AE and 98. RGB value is (58,174,152). Sum of RGB (Red+Green+Blue) = 58+174+152=384 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.10% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 174 - color contains mainly: green. Hex color #3AAE98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAE98 is #C55167. Grayscale: #888888. Windows color (decimal): -12931432 or 10006074. OLE color: 10006074.
HSL color Cylindrical-coordinate representation of color #3AAE98: hue angle of 168.62º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AAE98 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 174 | 152 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.32 |
| HSL | 168.62º | 0.5% | 0.45% | - |
| HSV(B) | 168.62º | 0.67% | 0.68% | - |
| XYZ | 22.55 | 33.44 | 34.97 | - |
| YUV | 136.81 | 136.57 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 174 | 152 | 0.67 | 0 | 0.13 | 0.32 | 168.62 | 0.5 | 0.45 |
| Hex | 3A | AE | 98 | 43 | 0 | D | 20 | A9 | 32 | 2D |
| Octal | 72 | 256 | 230 | 103 | 0 | 15 | 40 | 251 | 62 | 55 |
| Binary | 111010 | 10101110 | 10011000 | 1000011 | 0 | 1101 | 100000 | 10101001 | 110010 | 101101 |
Color Harmonies of #3AAE98
Complementary color
Monochromatic Colors of #3AAE98
Black with #3AAE98
Text Example
Text Example
White with #3AAE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAE98; }
p { color: rgb(58,174,152); }
H1.HeaderClassName
{
color: #3AAE98;
}
.AnyTagClassName
{
color: #3AAE98;
}
</style>
background-color css
<style>
a { background-color: #3AAE98; }
a { background-color: rgb(58,174,152); }
div.DivClassName
{
background-color: #3AAE98;
}
.BgClassName
{
background-color: #3AAE98;
}
</style>
border-color css
<style>
span { border-color: #3AAE98; }
span { border-color: rgb(58,174,152); }
td.TdClassName
{
border-color: #3AAE98;
}
.TagClassName
{
border-color: #3AAE98;
}
</style>