Shades of Niagara #33A491
Tints of Niagara #33A491
RGB
CMYK
RGB Variations
Color information
#33A491 (or 0x33A491) is known color: Niagara. HEX triplet: 33, A4 and 91. RGB value is (51,164,145). Sum of RGB (Red+Green+Blue) = 51+164+145=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 164 (64.45% from 255 or 45.56% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 164 - color contains mainly: green. Hex color #33A491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A491 is #CC5B6E. Grayscale: #808080. Windows color (decimal): -13392751 or 9544755. OLE color: 9544755.
HSL color Cylindrical-coordinate representation of color #33A491: hue angle of 169.91º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A491 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 164 | 145 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.36 |
| HSL | 169.91º | 0.53% | 0.42% | - |
| HSV(B) | 169.91º | 0.69% | 0.64% | - |
| XYZ | 19.75 | 29.3 | 31.4 | - |
| YUV | 128.05 | 137.56 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 164 | 145 | 0.69 | 0 | 0.12 | 0.36 | 169.91 | 0.53 | 0.42 |
| Hex | 33 | A4 | 91 | 45 | 0 | C | 24 | AA | 35 | 2A |
| Octal | 63 | 244 | 221 | 105 | 0 | 14 | 44 | 252 | 65 | 52 |
| Binary | 110011 | 10100100 | 10010001 | 1000101 | 0 | 1100 | 100100 | 10101010 | 110101 | 101010 |
Color Harmonies of #33A491
Complementary color
Monochromatic Colors of #33A491
Black with #33A491
Text Example
Text Example
White with #33A491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A491; }
p { color: rgb(51,164,145); }
H1.HeaderClassName
{
color: #33A491;
}
.AnyTagClassName
{
color: #33A491;
}
</style>
background-color css
<style>
a { background-color: #33A491; }
a { background-color: rgb(51,164,145); }
div.DivClassName
{
background-color: #33A491;
}
.BgClassName
{
background-color: #33A491;
}
</style>
border-color css
<style>
span { border-color: #33A491; }
span { border-color: rgb(51,164,145); }
td.TdClassName
{
border-color: #33A491;
}
.TagClassName
{
border-color: #33A491;
}
</style>