Shades of Niagara #34B19C
Tints of Niagara #34B19C
RGB
CMYK
RGB Variations
Color information
#34B19C (or 0x34B19C) is known color: Niagara. HEX triplet: 34, B1 and 9C. RGB value is (52,177,156). Sum of RGB (Red+Green+Blue) = 52+177+156=385 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.51% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 177 - color contains mainly: green. Hex color #34B19C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34B19C is #CB4E63. Grayscale: #898989. Windows color (decimal): -13323876 or 10268980. OLE color: 10268980.
HSL color Cylindrical-coordinate representation of color #34B19C: hue angle of 169.92º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B19C is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 177 | 156 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.31 |
| HSL | 169.92º | 0.55% | 0.45% | - |
| HSV(B) | 169.92º | 0.71% | 0.69% | - |
| XYZ | 23.14 | 34.57 | 36.91 | - |
| YUV | 137.23 | 138.59 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 177 | 156 | 0.71 | 0 | 0.12 | 0.31 | 169.92 | 0.55 | 0.45 |
| Hex | 34 | B1 | 9C | 47 | 0 | C | 1F | AA | 37 | 2D |
| Octal | 64 | 261 | 234 | 107 | 0 | 14 | 37 | 252 | 67 | 55 |
| Binary | 110100 | 10110001 | 10011100 | 1000111 | 0 | 1100 | 11111 | 10101010 | 110111 | 101101 |
Color Harmonies of #34B19C
Complementary color
Monochromatic Colors of #34B19C
Black with #34B19C
Text Example
Text Example
White with #34B19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B19C; }
p { color: rgb(52,177,156); }
H1.HeaderClassName
{
color: #34B19C;
}
.AnyTagClassName
{
color: #34B19C;
}
</style>
background-color css
<style>
a { background-color: #34B19C; }
a { background-color: rgb(52,177,156); }
div.DivClassName
{
background-color: #34B19C;
}
.BgClassName
{
background-color: #34B19C;
}
</style>
border-color css
<style>
span { border-color: #34B19C; }
span { border-color: rgb(52,177,156); }
td.TdClassName
{
border-color: #34B19C;
}
.TagClassName
{
border-color: #34B19C;
}
</style>