Shades of Niagara #33B192
Tints of Niagara #33B192
RGB
CMYK
RGB Variations
Color information
#33B192 (or 0x33B192) is known color: Niagara. HEX triplet: 33, B1 and 92. RGB value is (51,177,146). Sum of RGB (Red+Green+Blue) = 51+177+146=374 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.64% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #33B192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33B192 is #CC4E6D. Grayscale: #878787. Windows color (decimal): -13389422 or 9613619. OLE color: 9613619.
HSL color Cylindrical-coordinate representation of color #33B192: hue angle of 165.24º 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 #33B192 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 177 | 146 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.31 |
| HSL | 165.24º | 0.55% | 0.45% | - |
| HSV(B) | 165.24º | 0.71% | 0.69% | - |
| XYZ | 22.28 | 34.22 | 32.63 | - |
| YUV | 135.79 | 133.76 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 177 | 146 | 0.71 | 0 | 0.18 | 0.31 | 165.24 | 0.55 | 0.45 |
| Hex | 33 | B1 | 92 | 47 | 0 | 12 | 1F | A5 | 37 | 2D |
| Octal | 63 | 261 | 222 | 107 | 0 | 22 | 37 | 245 | 67 | 55 |
| Binary | 110011 | 10110001 | 10010010 | 1000111 | 0 | 10010 | 11111 | 10100101 | 110111 | 101101 |
Color Harmonies of #33B192
Complementary color
Monochromatic Colors of #33B192
Black with #33B192
Text Example
Text Example
White with #33B192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B192; }
p { color: rgb(51,177,146); }
H1.HeaderClassName
{
color: #33B192;
}
.AnyTagClassName
{
color: #33B192;
}
</style>
background-color css
<style>
a { background-color: #33B192; }
a { background-color: rgb(51,177,146); }
div.DivClassName
{
background-color: #33B192;
}
.BgClassName
{
background-color: #33B192;
}
</style>
border-color css
<style>
span { border-color: #33B192; }
span { border-color: rgb(51,177,146); }
td.TdClassName
{
border-color: #33B192;
}
.TagClassName
{
border-color: #33B192;
}
</style>