Shades of Niagara #3AB18F
Tints of Niagara #3AB18F
RGB
CMYK
RGB Variations
Color information
#3AB18F (or 0x3AB18F) is known color: Niagara. HEX triplet: 3A, B1 and 8F. RGB value is (58,177,143). Sum of RGB (Red+Green+Blue) = 58+177+143=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 177 - color contains mainly: green. Hex color #3AB18F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AB18F is #C54E70. Grayscale: #898989. Windows color (decimal): -12930673 or 9417018. OLE color: 9417018.
HSL color Cylindrical-coordinate representation of color #3AB18F: hue angle of 162.86º 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 #3AB18F is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 177 | 143 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.31 |
| HSL | 162.86º | 0.51% | 0.46% | - |
| HSV(B) | 162.86º | 0.67% | 0.69% | - |
| XYZ | 22.42 | 34.33 | 31.43 | - |
| YUV | 137.54 | 131.08 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 177 | 143 | 0.67 | 0 | 0.19 | 0.31 | 162.86 | 0.51 | 0.46 |
| Hex | 3A | B1 | 8F | 43 | 0 | 13 | 1F | A3 | 33 | 2E |
| Octal | 72 | 261 | 217 | 103 | 0 | 23 | 37 | 243 | 63 | 56 |
| Binary | 111010 | 10110001 | 10001111 | 1000011 | 0 | 10011 | 11111 | 10100011 | 110011 | 101110 |
Color Harmonies of #3AB18F
Complementary color
Monochromatic Colors of #3AB18F
Black with #3AB18F
Text Example
Text Example
White with #3AB18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB18F; }
p { color: rgb(58,177,143); }
H1.HeaderClassName
{
color: #3AB18F;
}
.AnyTagClassName
{
color: #3AB18F;
}
</style>
background-color css
<style>
a { background-color: #3AB18F; }
a { background-color: rgb(58,177,143); }
div.DivClassName
{
background-color: #3AB18F;
}
.BgClassName
{
background-color: #3AB18F;
}
</style>
border-color css
<style>
span { border-color: #3AB18F; }
span { border-color: rgb(58,177,143); }
td.TdClassName
{
border-color: #3AB18F;
}
.TagClassName
{
border-color: #3AB18F;
}
</style>