Shades of Niagara #3BAE9F
Tints of Niagara #3BAE9F
RGB
CMYK
RGB Variations
Color information
#3BAE9F (or 0x3BAE9F) is known color: Niagara. HEX triplet: 3B, AE and 9F. RGB value is (59,174,159). Sum of RGB (Red+Green+Blue) = 59+174+159=392 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.05% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAE9F is #C45160. Grayscale: #898989. Windows color (decimal): -12865889 or 10464827. OLE color: 10464827.
HSL color Cylindrical-coordinate representation of color #3BAE9F: hue angle of 172.17º 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 #3BAE9F is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 174 | 159 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.32 |
| HSL | 172.17º | 0.49% | 0.46% | - |
| HSV(B) | 172.17º | 0.66% | 0.68% | - |
| XYZ | 23.2 | 33.71 | 38.08 | - |
| YUV | 137.91 | 139.9 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 159 | 0.66 | 0 | 0.09 | 0.32 | 172.17 | 0.49 | 0.46 |
| Hex | 3B | AE | 9F | 42 | 0 | 9 | 20 | AC | 31 | 2E |
| Octal | 73 | 256 | 237 | 102 | 0 | 11 | 40 | 254 | 61 | 56 |
| Binary | 111011 | 10101110 | 10011111 | 1000010 | 0 | 1001 | 100000 | 10101100 | 110001 | 101110 |
Color Harmonies of #3BAE9F
Complementary color
Monochromatic Colors of #3BAE9F
Black with #3BAE9F
Text Example
Text Example
White with #3BAE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAE9F; }
p { color: rgb(59,174,159); }
H1.HeaderClassName
{
color: #3BAE9F;
}
.AnyTagClassName
{
color: #3BAE9F;
}
</style>
background-color css
<style>
a { background-color: #3BAE9F; }
a { background-color: rgb(59,174,159); }
div.DivClassName
{
background-color: #3BAE9F;
}
.BgClassName
{
background-color: #3BAE9F;
}
</style>
border-color css
<style>
span { border-color: #3BAE9F; }
span { border-color: rgb(59,174,159); }
td.TdClassName
{
border-color: #3BAE9F;
}
.TagClassName
{
border-color: #3BAE9F;
}
</style>