Shades of Niagara #33A992
Tints of Niagara #33A992
RGB
CMYK
RGB Variations
Color information
#33A992 (or 0x33A992) is known color: Niagara. HEX triplet: 33, A9 and 92. RGB value is (51,169,146). Sum of RGB (Red+Green+Blue) = 51+169+146=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 169 (66.41% from 255 or 46.17% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 169 - color contains mainly: green. Hex color #33A992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A992 is #CC566D. Grayscale: #838383. Windows color (decimal): -13391470 or 9611571. OLE color: 9611571.
HSL color Cylindrical-coordinate representation of color #33A992: hue angle of 168.31º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33A992 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 51 | 169 | 146 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.34 |
| HSL | 168.31º | 0.54% | 0.43% | - |
| HSV(B) | 168.31º | 0.7% | 0.66% | - |
| XYZ | 20.74 | 31.16 | 32.11 | - |
| YUV | 131.1 | 136.41 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 169 | 146 | 0.70 | 0 | 0.14 | 0.34 | 168.31 | 0.54 | 0.43 |
| Hex | 33 | A9 | 92 | 46 | 0 | E | 22 | A8 | 36 | 2B |
| Octal | 63 | 251 | 222 | 106 | 0 | 16 | 42 | 250 | 66 | 53 |
| Binary | 110011 | 10101001 | 10010010 | 1000110 | 0 | 1110 | 100010 | 10101000 | 110110 | 101011 |
Color Harmonies of #33A992
Complementary color
Monochromatic Colors of #33A992
Black with #33A992
Text Example
Text Example
White with #33A992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A992; }
p { color: rgb(51,169,146); }
H1.HeaderClassName
{
color: #33A992;
}
.AnyTagClassName
{
color: #33A992;
}
</style>
background-color css
<style>
a { background-color: #33A992; }
a { background-color: rgb(51,169,146); }
div.DivClassName
{
background-color: #33A992;
}
.BgClassName
{
background-color: #33A992;
}
</style>
border-color css
<style>
span { border-color: #33A992; }
span { border-color: rgb(51,169,146); }
td.TdClassName
{
border-color: #33A992;
}
.TagClassName
{
border-color: #33A992;
}
</style>