Shades of Niagara #33AD94
Tints of Niagara #33AD94
RGB
CMYK
RGB Variations
Color information
#33AD94 (or 0x33AD94) is known color: Niagara. HEX triplet: 33, AD and 94. RGB value is (51,173,148). Sum of RGB (Red+Green+Blue) = 51+173+148=372 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.71% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 173 - color contains mainly: green. Hex color #33AD94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AD94 is #CC526B. Grayscale: #858585. Windows color (decimal): -13390444 or 9743667. OLE color: 9743667.
HSL color Cylindrical-coordinate representation of color #33AD94: hue angle of 167.7º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33AD94 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 173 | 148 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.32 |
| HSL | 167.7º | 0.54% | 0.44% | - |
| HSV(B) | 167.7º | 0.71% | 0.68% | - |
| XYZ | 21.65 | 32.73 | 33.19 | - |
| YUV | 133.67 | 136.08 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 173 | 148 | 0.71 | 0 | 0.14 | 0.32 | 167.7 | 0.54 | 0.44 |
| Hex | 33 | AD | 94 | 47 | 0 | E | 20 | A8 | 36 | 2C |
| Octal | 63 | 255 | 224 | 107 | 0 | 16 | 40 | 250 | 66 | 54 |
| Binary | 110011 | 10101101 | 10010100 | 1000111 | 0 | 1110 | 100000 | 10101000 | 110110 | 101100 |
Color Harmonies of #33AD94
Complementary color
Monochromatic Colors of #33AD94
Black with #33AD94
Text Example
Text Example
White with #33AD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AD94; }
p { color: rgb(51,173,148); }
H1.HeaderClassName
{
color: #33AD94;
}
.AnyTagClassName
{
color: #33AD94;
}
</style>
background-color css
<style>
a { background-color: #33AD94; }
a { background-color: rgb(51,173,148); }
div.DivClassName
{
background-color: #33AD94;
}
.BgClassName
{
background-color: #33AD94;
}
</style>
border-color css
<style>
span { border-color: #33AD94; }
span { border-color: rgb(51,173,148); }
td.TdClassName
{
border-color: #33AD94;
}
.TagClassName
{
border-color: #33AD94;
}
</style>