Shades of Niagara #3AB190
Tints of Niagara #3AB190
RGB
CMYK
RGB Variations
Color information
#3AB190 (or 0x3AB190) is known color: Niagara. HEX triplet: 3A, B1 and 90. RGB value is (58,177,144). Sum of RGB (Red+Green+Blue) = 58+177+144=379 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.30% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 177 - color contains mainly: green. Hex color #3AB190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AB190 is #C54E6F. Grayscale: #898989. Windows color (decimal): -12930672 or 9482554. OLE color: 9482554.
HSL color Cylindrical-coordinate representation of color #3AB190: hue angle of 163.36º 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 #3AB190 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 177 | 144 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.31 |
| HSL | 163.36º | 0.51% | 0.46% | - |
| HSV(B) | 163.36º | 0.67% | 0.69% | - |
| XYZ | 22.5 | 34.36 | 31.83 | - |
| YUV | 137.66 | 131.58 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 177 | 144 | 0.67 | 0 | 0.19 | 0.31 | 163.36 | 0.51 | 0.46 |
| Hex | 3A | B1 | 90 | 43 | 0 | 13 | 1F | A3 | 33 | 2E |
| Octal | 72 | 261 | 220 | 103 | 0 | 23 | 37 | 243 | 63 | 56 |
| Binary | 111010 | 10110001 | 10010000 | 1000011 | 0 | 10011 | 11111 | 10100011 | 110011 | 101110 |
Color Harmonies of #3AB190
Complementary color
Monochromatic Colors of #3AB190
Black with #3AB190
Text Example
Text Example
White with #3AB190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB190; }
p { color: rgb(58,177,144); }
H1.HeaderClassName
{
color: #3AB190;
}
.AnyTagClassName
{
color: #3AB190;
}
</style>
background-color css
<style>
a { background-color: #3AB190; }
a { background-color: rgb(58,177,144); }
div.DivClassName
{
background-color: #3AB190;
}
.BgClassName
{
background-color: #3AB190;
}
</style>
border-color css
<style>
span { border-color: #3AB190; }
span { border-color: rgb(58,177,144); }
td.TdClassName
{
border-color: #3AB190;
}
.TagClassName
{
border-color: #3AB190;
}
</style>