Shades of Niagara #34AC8C
Tints of Niagara #34AC8C
RGB
CMYK
RGB Variations
Color information
#34AC8C (or 0x34AC8C) is known color: Niagara. HEX triplet: 34, AC and 8C. RGB value is (52,172,140). Sum of RGB (Red+Green+Blue) = 52+172+140=364 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.29% from 364); Green value is 172 (67.58% from 255 or 47.25% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 172 - color contains mainly: green. Hex color #34AC8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AC8C is #CB5373. Grayscale: #848484. Windows color (decimal): -13325172 or 9219124. OLE color: 9219124.
HSL color Cylindrical-coordinate representation of color #34AC8C: hue angle of 164º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AC8C is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 172 | 140 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.33 |
| HSL | 164º | 0.54% | 0.44% | - |
| HSV(B) | 164º | 0.7% | 0.67% | - |
| XYZ | 20.9 | 32.13 | 29.91 | - |
| YUV | 132.47 | 132.24 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 172 | 140 | 0.70 | 0 | 0.19 | 0.33 | 164 | 0.54 | 0.44 |
| Hex | 34 | AC | 8C | 46 | 0 | 13 | 21 | A4 | 36 | 2C |
| Octal | 64 | 254 | 214 | 106 | 0 | 23 | 41 | 244 | 66 | 54 |
| Binary | 110100 | 10101100 | 10001100 | 1000110 | 0 | 10011 | 100001 | 10100100 | 110110 | 101100 |
Color Harmonies of #34AC8C
Complementary color
Monochromatic Colors of #34AC8C
Black with #34AC8C
Text Example
Text Example
White with #34AC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AC8C; }
p { color: rgb(52,172,140); }
H1.HeaderClassName
{
color: #34AC8C;
}
.AnyTagClassName
{
color: #34AC8C;
}
</style>
background-color css
<style>
a { background-color: #34AC8C; }
a { background-color: rgb(52,172,140); }
div.DivClassName
{
background-color: #34AC8C;
}
.BgClassName
{
background-color: #34AC8C;
}
</style>
border-color css
<style>
span { border-color: #34AC8C; }
span { border-color: rgb(52,172,140); }
td.TdClassName
{
border-color: #34AC8C;
}
.TagClassName
{
border-color: #34AC8C;
}
</style>