Shades of Niagara #34AE8D
Tints of Niagara #34AE8D
RGB
CMYK
RGB Variations
Color information
#34AE8D (or 0x34AE8D) is known color: Niagara. HEX triplet: 34, AE and 8D. RGB value is (52,174,141). Sum of RGB (Red+Green+Blue) = 52+174+141=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 174 (68.36% from 255 or 47.41% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 174 - color contains mainly: green. Hex color #34AE8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AE8D is #CB5172. Grayscale: #858585. Windows color (decimal): -13324659 or 9285172. OLE color: 9285172.
HSL color Cylindrical-coordinate representation of color #34AE8D: hue angle of 163.77º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AE8D is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 174 | 141 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.32 |
| HSL | 163.77º | 0.54% | 0.44% | - |
| HSV(B) | 163.77º | 0.7% | 0.68% | - |
| XYZ | 21.36 | 32.93 | 30.43 | - |
| YUV | 133.76 | 132.08 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 174 | 141 | 0.70 | 0 | 0.19 | 0.32 | 163.77 | 0.54 | 0.44 |
| Hex | 34 | AE | 8D | 46 | 0 | 13 | 20 | A4 | 36 | 2C |
| Octal | 64 | 256 | 215 | 106 | 0 | 23 | 40 | 244 | 66 | 54 |
| Binary | 110100 | 10101110 | 10001101 | 1000110 | 0 | 10011 | 100000 | 10100100 | 110110 | 101100 |
Color Harmonies of #34AE8D
Complementary color
Monochromatic Colors of #34AE8D
Black with #34AE8D
Text Example
Text Example
White with #34AE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AE8D; }
p { color: rgb(52,174,141); }
H1.HeaderClassName
{
color: #34AE8D;
}
.AnyTagClassName
{
color: #34AE8D;
}
</style>
background-color css
<style>
a { background-color: #34AE8D; }
a { background-color: rgb(52,174,141); }
div.DivClassName
{
background-color: #34AE8D;
}
.BgClassName
{
background-color: #34AE8D;
}
</style>
border-color css
<style>
span { border-color: #34AE8D; }
span { border-color: rgb(52,174,141); }
td.TdClassName
{
border-color: #34AE8D;
}
.TagClassName
{
border-color: #34AE8D;
}
</style>