Shades of Niagara #33AD8D
Tints of Niagara #33AD8D
RGB
CMYK
RGB Variations
Color information
#33AD8D (or 0x33AD8D) is known color: Niagara. HEX triplet: 33, AD and 8D. RGB value is (51,173,141). Sum of RGB (Red+Green+Blue) = 51+173+141=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #33AD8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AD8D is #CC5272. Grayscale: #848484. Windows color (decimal): -13390451 or 9284915. OLE color: 9284915.
HSL color Cylindrical-coordinate representation of color #33AD8D: hue angle of 164.26º 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 #33AD8D is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 173 | 141 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.32 |
| HSL | 164.26º | 0.54% | 0.44% | - |
| HSV(B) | 164.26º | 0.71% | 0.68% | - |
| XYZ | 21.12 | 32.51 | 30.36 | - |
| YUV | 132.87 | 132.58 | 69.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 173 | 141 | 0.71 | 0 | 0.18 | 0.32 | 164.26 | 0.54 | 0.44 |
| Hex | 33 | AD | 8D | 47 | 0 | 12 | 20 | A4 | 36 | 2C |
| Octal | 63 | 255 | 215 | 107 | 0 | 22 | 40 | 244 | 66 | 54 |
| Binary | 110011 | 10101101 | 10001101 | 1000111 | 0 | 10010 | 100000 | 10100100 | 110110 | 101100 |
Color Harmonies of #33AD8D
Complementary color
Monochromatic Colors of #33AD8D
Black with #33AD8D
Text Example
Text Example
White with #33AD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AD8D; }
p { color: rgb(51,173,141); }
H1.HeaderClassName
{
color: #33AD8D;
}
.AnyTagClassName
{
color: #33AD8D;
}
</style>
background-color css
<style>
a { background-color: #33AD8D; }
a { background-color: rgb(51,173,141); }
div.DivClassName
{
background-color: #33AD8D;
}
.BgClassName
{
background-color: #33AD8D;
}
</style>
border-color css
<style>
span { border-color: #33AD8D; }
span { border-color: rgb(51,173,141); }
td.TdClassName
{
border-color: #33AD8D;
}
.TagClassName
{
border-color: #33AD8D;
}
</style>