Shades of Niagara #3AB19B
Tints of Niagara #3AB19B
RGB
CMYK
RGB Variations
Color information
#3AB19B (or 0x3AB19B) is known color: Niagara. HEX triplet: 3A, B1 and 9B. RGB value is (58,177,155). Sum of RGB (Red+Green+Blue) = 58+177+155=390 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.87% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 177 - color contains mainly: green. Hex color #3AB19B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AB19B is #C54E64. Grayscale: #8A8A8A. Windows color (decimal): -12930661 or 10203450. OLE color: 10203450.
HSL color Cylindrical-coordinate representation of color #3AB19B: hue angle of 168.91º 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 #3AB19B is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 177 | 155 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.31 |
| HSL | 168.91º | 0.51% | 0.46% | - |
| HSV(B) | 168.91º | 0.67% | 0.69% | - |
| XYZ | 23.38 | 34.71 | 36.48 | - |
| YUV | 138.91 | 137.08 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 177 | 155 | 0.67 | 0 | 0.12 | 0.31 | 168.91 | 0.51 | 0.46 |
| Hex | 3A | B1 | 9B | 43 | 0 | C | 1F | A9 | 33 | 2E |
| Octal | 72 | 261 | 233 | 103 | 0 | 14 | 37 | 251 | 63 | 56 |
| Binary | 111010 | 10110001 | 10011011 | 1000011 | 0 | 1100 | 11111 | 10101001 | 110011 | 101110 |
Color Harmonies of #3AB19B
Complementary color
Monochromatic Colors of #3AB19B
Black with #3AB19B
Text Example
Text Example
White with #3AB19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB19B; }
p { color: rgb(58,177,155); }
H1.HeaderClassName
{
color: #3AB19B;
}
.AnyTagClassName
{
color: #3AB19B;
}
</style>
background-color css
<style>
a { background-color: #3AB19B; }
a { background-color: rgb(58,177,155); }
div.DivClassName
{
background-color: #3AB19B;
}
.BgClassName
{
background-color: #3AB19B;
}
</style>
border-color css
<style>
span { border-color: #3AB19B; }
span { border-color: rgb(58,177,155); }
td.TdClassName
{
border-color: #3AB19B;
}
.TagClassName
{
border-color: #3AB19B;
}
</style>