Shades of Niagara #3BAE98
Tints of Niagara #3BAE98
RGB
CMYK
RGB Variations
Color information
#3BAE98 (or 0x3BAE98) is known color: Niagara. HEX triplet: 3B, AE and 98. RGB value is (59,174,152). Sum of RGB (Red+Green+Blue) = 59+174+152=385 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.32% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAE98 is #C45167. Grayscale: #898989. Windows color (decimal): -12865896 or 10006075. OLE color: 10006075.
HSL color Cylindrical-coordinate representation of color #3BAE98: hue angle of 168.52º 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 #3BAE98 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 174 | 152 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.32 |
| HSL | 168.52º | 0.49% | 0.46% | - |
| HSV(B) | 168.52º | 0.66% | 0.68% | - |
| XYZ | 22.61 | 33.47 | 34.97 | - |
| YUV | 137.11 | 136.4 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 152 | 0.66 | 0 | 0.13 | 0.32 | 168.52 | 0.49 | 0.46 |
| Hex | 3B | AE | 98 | 42 | 0 | D | 20 | A9 | 31 | 2E |
| Octal | 73 | 256 | 230 | 102 | 0 | 15 | 40 | 251 | 61 | 56 |
| Binary | 111011 | 10101110 | 10011000 | 1000010 | 0 | 1101 | 100000 | 10101001 | 110001 | 101110 |
Color Harmonies of #3BAE98
Complementary color
Monochromatic Colors of #3BAE98
Black with #3BAE98
Text Example
Text Example
White with #3BAE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAE98; }
p { color: rgb(59,174,152); }
H1.HeaderClassName
{
color: #3BAE98;
}
.AnyTagClassName
{
color: #3BAE98;
}
</style>
background-color css
<style>
a { background-color: #3BAE98; }
a { background-color: rgb(59,174,152); }
div.DivClassName
{
background-color: #3BAE98;
}
.BgClassName
{
background-color: #3BAE98;
}
</style>
border-color css
<style>
span { border-color: #3BAE98; }
span { border-color: rgb(59,174,152); }
td.TdClassName
{
border-color: #3BAE98;
}
.TagClassName
{
border-color: #3BAE98;
}
</style>