Shades of Niagara #34B295
Tints of Niagara #34B295
RGB
CMYK
RGB Variations
Color information
#34B295 (or 0x34B295) is known color: Niagara. HEX triplet: 34, B2 and 95. RGB value is (52,178,149). Sum of RGB (Red+Green+Blue) = 52+178+149=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 178 - color contains mainly: green. Hex color #34B295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34B295 is #CB4D6A. Grayscale: #898989. Windows color (decimal): -13323627 or 9810484. OLE color: 9810484.
HSL color Cylindrical-coordinate representation of color #34B295: hue angle of 166.19º 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 #34B295 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 52 | 178 | 149 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.30 |
| HSL | 166.19º | 0.55% | 0.45% | - |
| HSV(B) | 166.19º | 0.71% | 0.7% | - |
| XYZ | 22.76 | 34.74 | 33.94 | - |
| YUV | 137.02 | 134.76 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 178 | 149 | 0.71 | 0 | 0.16 | 0.30 | 166.19 | 0.55 | 0.45 |
| Hex | 34 | B2 | 95 | 47 | 0 | 10 | 1E | A6 | 37 | 2D |
| Octal | 64 | 262 | 225 | 107 | 0 | 20 | 36 | 246 | 67 | 55 |
| Binary | 110100 | 10110010 | 10010101 | 1000111 | 0 | 10000 | 11110 | 10100110 | 110111 | 101101 |
Color Harmonies of #34B295
Complementary color
Monochromatic Colors of #34B295
Black with #34B295
Text Example
Text Example
White with #34B295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B295; }
p { color: rgb(52,178,149); }
H1.HeaderClassName
{
color: #34B295;
}
.AnyTagClassName
{
color: #34B295;
}
</style>
background-color css
<style>
a { background-color: #34B295; }
a { background-color: rgb(52,178,149); }
div.DivClassName
{
background-color: #34B295;
}
.BgClassName
{
background-color: #34B295;
}
</style>
border-color css
<style>
span { border-color: #34B295; }
span { border-color: rgb(52,178,149); }
td.TdClassName
{
border-color: #34B295;
}
.TagClassName
{
border-color: #34B295;
}
</style>