Shades of Niagara #34B29C
Tints of Niagara #34B29C
RGB
CMYK
RGB Variations
Color information
#34B29C (or 0x34B29C) is known color: Niagara. HEX triplet: 34, B2 and 9C. RGB value is (52,178,156). Sum of RGB (Red+Green+Blue) = 52+178+156=386 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.47% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 178 - color contains mainly: green. Hex color #34B29C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34B29C is #CB4D63. Grayscale: #898989. Windows color (decimal): -13323620 or 10269236. OLE color: 10269236.
HSL color Cylindrical-coordinate representation of color #34B29C: hue angle of 169.52º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B29C is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 52 | 178 | 156 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.30 |
| HSL | 169.52º | 0.55% | 0.45% | - |
| HSV(B) | 169.52º | 0.71% | 0.7% | - |
| XYZ | 23.34 | 34.97 | 36.97 | - |
| YUV | 137.82 | 138.26 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 178 | 156 | 0.71 | 0 | 0.12 | 0.30 | 169.52 | 0.55 | 0.45 |
| Hex | 34 | B2 | 9C | 47 | 0 | C | 1E | AA | 37 | 2D |
| Octal | 64 | 262 | 234 | 107 | 0 | 14 | 36 | 252 | 67 | 55 |
| Binary | 110100 | 10110010 | 10011100 | 1000111 | 0 | 1100 | 11110 | 10101010 | 110111 | 101101 |
Color Harmonies of #34B29C
Complementary color
Monochromatic Colors of #34B29C
Black with #34B29C
Text Example
Text Example
White with #34B29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B29C; }
p { color: rgb(52,178,156); }
H1.HeaderClassName
{
color: #34B29C;
}
.AnyTagClassName
{
color: #34B29C;
}
</style>
background-color css
<style>
a { background-color: #34B29C; }
a { background-color: rgb(52,178,156); }
div.DivClassName
{
background-color: #34B29C;
}
.BgClassName
{
background-color: #34B29C;
}
</style>
border-color css
<style>
span { border-color: #34B29C; }
span { border-color: rgb(52,178,156); }
td.TdClassName
{
border-color: #34B29C;
}
.TagClassName
{
border-color: #34B29C;
}
</style>