Shades of Niagara #3BAE99
Tints of Niagara #3BAE99
RGB
CMYK
RGB Variations
Color information
#3BAE99 (or 0x3BAE99) is known color: Niagara. HEX triplet: 3B, AE and 99. RGB value is (59,174,153). Sum of RGB (Red+Green+Blue) = 59+174+153=386 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.28% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAE99 is #C45166. Grayscale: #898989. Windows color (decimal): -12865895 or 10071611. OLE color: 10071611.
HSL color Cylindrical-coordinate representation of color #3BAE99: hue angle of 169.04º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAE99 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 174 | 153 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.32 |
| HSL | 169.04º | 0.49% | 0.46% | - |
| HSV(B) | 169.04º | 0.66% | 0.68% | - |
| XYZ | 22.69 | 33.5 | 35.41 | - |
| YUV | 137.22 | 136.9 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 153 | 0.66 | 0 | 0.12 | 0.32 | 169.04 | 0.49 | 0.46 |
| Hex | 3B | AE | 99 | 42 | 0 | C | 20 | A9 | 31 | 2E |
| Octal | 73 | 256 | 231 | 102 | 0 | 14 | 40 | 251 | 61 | 56 |
| Binary | 111011 | 10101110 | 10011001 | 1000010 | 0 | 1100 | 100000 | 10101001 | 110001 | 101110 |
Color Harmonies of #3BAE99
Complementary color
Monochromatic Colors of #3BAE99
Black with #3BAE99
Text Example
Text Example
White with #3BAE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAE99; }
p { color: rgb(59,174,153); }
H1.HeaderClassName
{
color: #3BAE99;
}
.AnyTagClassName
{
color: #3BAE99;
}
</style>
background-color css
<style>
a { background-color: #3BAE99; }
a { background-color: rgb(59,174,153); }
div.DivClassName
{
background-color: #3BAE99;
}
.BgClassName
{
background-color: #3BAE99;
}
</style>
border-color css
<style>
span { border-color: #3BAE99; }
span { border-color: rgb(59,174,153); }
td.TdClassName
{
border-color: #3BAE99;
}
.TagClassName
{
border-color: #3BAE99;
}
</style>