Shades of Niagara #33AB99
Tints of Niagara #33AB99
RGB
CMYK
RGB Variations
Color information
#33AB99 (or 0x33AB99) is known color: Niagara. HEX triplet: 33, AB and 99. RGB value is (51,171,153). Sum of RGB (Red+Green+Blue) = 51+171+153=375 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.6% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #33AB99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AB99 is #CC5466. Grayscale: #858585. Windows color (decimal): -13390951 or 10070835. OLE color: 10070835.
HSL color Cylindrical-coordinate representation of color #33AB99: hue angle of 171º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33AB99 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 171 | 153 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.33 |
| HSL | 171º | 0.54% | 0.44% | - |
| HSV(B) | 171º | 0.7% | 0.67% | - |
| XYZ | 21.68 | 32.13 | 35.2 | - |
| YUV | 133.07 | 139.24 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 171 | 153 | 0.70 | 0 | 0.11 | 0.33 | 171 | 0.54 | 0.44 |
| Hex | 33 | AB | 99 | 46 | 0 | B | 21 | AB | 36 | 2C |
| Octal | 63 | 253 | 231 | 106 | 0 | 13 | 41 | 253 | 66 | 54 |
| Binary | 110011 | 10101011 | 10011001 | 1000110 | 0 | 1011 | 100001 | 10101011 | 110110 | 101100 |
Color Harmonies of #33AB99
Complementary color
Monochromatic Colors of #33AB99
Black with #33AB99
Text Example
Text Example
White with #33AB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AB99; }
p { color: rgb(51,171,153); }
H1.HeaderClassName
{
color: #33AB99;
}
.AnyTagClassName
{
color: #33AB99;
}
</style>
background-color css
<style>
a { background-color: #33AB99; }
a { background-color: rgb(51,171,153); }
div.DivClassName
{
background-color: #33AB99;
}
.BgClassName
{
background-color: #33AB99;
}
</style>
border-color css
<style>
span { border-color: #33AB99; }
span { border-color: rgb(51,171,153); }
td.TdClassName
{
border-color: #33AB99;
}
.TagClassName
{
border-color: #33AB99;
}
</style>