Shades of Niagara #34B597
Tints of Niagara #34B597
RGB
CMYK
RGB Variations
Color information
#34B597 (or 0x34B597) is known color: Niagara. HEX triplet: 34, B5 and 97. RGB value is (52,181,151). Sum of RGB (Red+Green+Blue) = 52+181+151=384 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.54% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 181 - color contains mainly: green. Hex color #34B597 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B597 is #CB4A68. Grayscale: #8B8B8B. Windows color (decimal): -13322857 or 9942324. OLE color: 9942324.
HSL color Cylindrical-coordinate representation of color #34B597: hue angle of 166.05º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B597 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 181 | 151 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.29 |
| HSL | 166.05º | 0.55% | 0.46% | - |
| HSV(B) | 166.05º | 0.71% | 0.71% | - |
| XYZ | 23.53 | 36.01 | 34.99 | - |
| YUV | 139.01 | 134.76 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 181 | 151 | 0.71 | 0 | 0.17 | 0.29 | 166.05 | 0.55 | 0.46 |
| Hex | 34 | B5 | 97 | 47 | 0 | 11 | 1D | A6 | 37 | 2E |
| Octal | 64 | 265 | 227 | 107 | 0 | 21 | 35 | 246 | 67 | 56 |
| Binary | 110100 | 10110101 | 10010111 | 1000111 | 0 | 10001 | 11101 | 10100110 | 110111 | 101110 |
Color Harmonies of #34B597
Complementary color
Monochromatic Colors of #34B597
Black with #34B597
Text Example
Text Example
White with #34B597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B597; }
p { color: rgb(52,181,151); }
H1.HeaderClassName
{
color: #34B597;
}
.AnyTagClassName
{
color: #34B597;
}
</style>
background-color css
<style>
a { background-color: #34B597; }
a { background-color: rgb(52,181,151); }
div.DivClassName
{
background-color: #34B597;
}
.BgClassName
{
background-color: #34B597;
}
</style>
border-color css
<style>
span { border-color: #34B597; }
span { border-color: rgb(52,181,151); }
td.TdClassName
{
border-color: #34B597;
}
.TagClassName
{
border-color: #34B597;
}
</style>