Shades of Niagara #34B799
Tints of Niagara #34B799
RGB
CMYK
RGB Variations
Color information
#34B799 (or 0x34B799) is known color: Niagara. HEX triplet: 34, B7 and 99. RGB value is (52,183,153). Sum of RGB (Red+Green+Blue) = 52+183+153=388 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.40% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 183 - color contains mainly: green. Hex color #34B799 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B799 is #CB4866. Grayscale: #8C8C8C. Windows color (decimal): -13322343 or 10073908. OLE color: 10073908.
HSL color Cylindrical-coordinate representation of color #34B799: hue angle of 166.26º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34B799 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 52 | 183 | 153 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.28 |
| HSL | 166.26º | 0.56% | 0.46% | - |
| HSV(B) | 166.26º | 0.72% | 0.72% | - |
| XYZ | 24.1 | 36.9 | 35.99 | - |
| YUV | 140.41 | 135.1 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 183 | 153 | 0.72 | 0 | 0.16 | 0.28 | 166.26 | 0.56 | 0.46 |
| Hex | 34 | B7 | 99 | 48 | 0 | 10 | 1C | A6 | 38 | 2E |
| Octal | 64 | 267 | 231 | 110 | 0 | 20 | 34 | 246 | 70 | 56 |
| Binary | 110100 | 10110111 | 10011001 | 1001000 | 0 | 10000 | 11100 | 10100110 | 111000 | 101110 |
Color Harmonies of #34B799
Complementary color
Monochromatic Colors of #34B799
Black with #34B799
Text Example
Text Example
White with #34B799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B799; }
p { color: rgb(52,183,153); }
H1.HeaderClassName
{
color: #34B799;
}
.AnyTagClassName
{
color: #34B799;
}
</style>
background-color css
<style>
a { background-color: #34B799; }
a { background-color: rgb(52,183,153); }
div.DivClassName
{
background-color: #34B799;
}
.BgClassName
{
background-color: #34B799;
}
</style>
border-color css
<style>
span { border-color: #34B799; }
span { border-color: rgb(52,183,153); }
td.TdClassName
{
border-color: #34B799;
}
.TagClassName
{
border-color: #34B799;
}
</style>