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