Shades of Niagara #3AB294
Tints of Niagara #3AB294
RGB
CMYK
RGB Variations
Color information
#3AB294 (or 0x3AB294) is known color: Niagara. HEX triplet: 3A, B2 and 94. RGB value is (58,178,148). Sum of RGB (Red+Green+Blue) = 58+178+148=384 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.10% from 384); Green value is 178 (69.92% from 255 or 46.35% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 178 - color contains mainly: green. Hex color #3AB294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AB294 is #C54D6B. Grayscale: #8A8A8A. Windows color (decimal): -12930412 or 9744954. OLE color: 9744954.
HSL color Cylindrical-coordinate representation of color #3AB294: hue angle of 165º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AB294 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 178 | 148 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.30 |
| HSL | 165º | 0.51% | 0.46% | - |
| HSV(B) | 165º | 0.67% | 0.7% | - |
| XYZ | 23.01 | 34.88 | 33.54 | - |
| YUV | 138.7 | 133.24 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 178 | 148 | 0.67 | 0 | 0.17 | 0.30 | 165 | 0.51 | 0.46 |
| Hex | 3A | B2 | 94 | 43 | 0 | 11 | 1E | A5 | 33 | 2E |
| Octal | 72 | 262 | 224 | 103 | 0 | 21 | 36 | 245 | 63 | 56 |
| Binary | 111010 | 10110010 | 10010100 | 1000011 | 0 | 10001 | 11110 | 10100101 | 110011 | 101110 |
Color Harmonies of #3AB294
Complementary color
Monochromatic Colors of #3AB294
Black with #3AB294
Text Example
Text Example
White with #3AB294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB294; }
p { color: rgb(58,178,148); }
H1.HeaderClassName
{
color: #3AB294;
}
.AnyTagClassName
{
color: #3AB294;
}
</style>
background-color css
<style>
a { background-color: #3AB294; }
a { background-color: rgb(58,178,148); }
div.DivClassName
{
background-color: #3AB294;
}
.BgClassName
{
background-color: #3AB294;
}
</style>
border-color css
<style>
span { border-color: #3AB294; }
span { border-color: rgb(58,178,148); }
td.TdClassName
{
border-color: #3AB294;
}
.TagClassName
{
border-color: #3AB294;
}
</style>