Shades of Niagara #3AB199
Tints of Niagara #3AB199
RGB
CMYK
RGB Variations
Color information
#3AB199 (or 0x3AB199) is known color: Niagara. HEX triplet: 3A, B1 and 99. RGB value is (58,177,153). Sum of RGB (Red+Green+Blue) = 58+177+153=388 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.95% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #3AB199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AB199 is #C54E66. Grayscale: #8A8A8A. Windows color (decimal): -12930663 or 10072378. OLE color: 10072378.
HSL color Cylindrical-coordinate representation of color #3AB199: hue angle of 167.9º degrees, saturation: 0.51, 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 #3AB199 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 177 | 153 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.31 |
| HSL | 167.9º | 0.51% | 0.46% | - |
| HSV(B) | 167.9º | 0.67% | 0.69% | - |
| XYZ | 23.22 | 34.64 | 35.6 | - |
| YUV | 138.68 | 136.08 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 177 | 153 | 0.67 | 0 | 0.14 | 0.31 | 167.9 | 0.51 | 0.46 |
| Hex | 3A | B1 | 99 | 43 | 0 | E | 1F | A8 | 33 | 2E |
| Octal | 72 | 261 | 231 | 103 | 0 | 16 | 37 | 250 | 63 | 56 |
| Binary | 111010 | 10110001 | 10011001 | 1000011 | 0 | 1110 | 11111 | 10101000 | 110011 | 101110 |
Color Harmonies of #3AB199
Complementary color
Monochromatic Colors of #3AB199
Black with #3AB199
Text Example
Text Example
White with #3AB199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB199; }
p { color: rgb(58,177,153); }
H1.HeaderClassName
{
color: #3AB199;
}
.AnyTagClassName
{
color: #3AB199;
}
</style>
background-color css
<style>
a { background-color: #3AB199; }
a { background-color: rgb(58,177,153); }
div.DivClassName
{
background-color: #3AB199;
}
.BgClassName
{
background-color: #3AB199;
}
</style>
border-color css
<style>
span { border-color: #3AB199; }
span { border-color: rgb(58,177,153); }
td.TdClassName
{
border-color: #3AB199;
}
.TagClassName
{
border-color: #3AB199;
}
</style>