Shades of Niagara #34AD8D
Tints of Niagara #34AD8D
RGB
CMYK
RGB Variations
Color information
#34AD8D (or 0x34AD8D) is known color: Niagara. HEX triplet: 34, AD and 8D. RGB value is (52,173,141). Sum of RGB (Red+Green+Blue) = 52+173+141=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AD8D is #CB5272. Grayscale: #858585. Windows color (decimal): -13324915 or 9284916. OLE color: 9284916.
HSL color Cylindrical-coordinate representation of color #34AD8D: hue angle of 164.13º 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 #34AD8D is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 173 | 141 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.32 |
| HSL | 164.13º | 0.54% | 0.44% | - |
| HSV(B) | 164.13º | 0.7% | 0.68% | - |
| XYZ | 21.17 | 32.54 | 30.36 | - |
| YUV | 133.17 | 132.41 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 141 | 0.70 | 0 | 0.18 | 0.32 | 164.13 | 0.54 | 0.44 |
| Hex | 34 | AD | 8D | 46 | 0 | 12 | 20 | A4 | 36 | 2C |
| Octal | 64 | 255 | 215 | 106 | 0 | 22 | 40 | 244 | 66 | 54 |
| Binary | 110100 | 10101101 | 10001101 | 1000110 | 0 | 10010 | 100000 | 10100100 | 110110 | 101100 |
Color Harmonies of #34AD8D
Complementary color
Monochromatic Colors of #34AD8D
Black with #34AD8D
Text Example
Text Example
White with #34AD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AD8D; }
p { color: rgb(52,173,141); }
H1.HeaderClassName
{
color: #34AD8D;
}
.AnyTagClassName
{
color: #34AD8D;
}
</style>
background-color css
<style>
a { background-color: #34AD8D; }
a { background-color: rgb(52,173,141); }
div.DivClassName
{
background-color: #34AD8D;
}
.BgClassName
{
background-color: #34AD8D;
}
</style>
border-color css
<style>
span { border-color: #34AD8D; }
span { border-color: rgb(52,173,141); }
td.TdClassName
{
border-color: #34AD8D;
}
.TagClassName
{
border-color: #34AD8D;
}
</style>