Shades of Niagara #30AA91
Tints of Niagara #30AA91
RGB
CMYK
RGB Variations
Color information
#30AA91 (or 0x30AA91) is known color: Niagara. HEX triplet: 30, AA and 91. RGB value is (48,170,145). Sum of RGB (Red+Green+Blue) = 48+170+145=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #30AA91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AA91 is #CF556E. Grayscale: #828282. Windows color (decimal): -13587823 or 9546288. OLE color: 9546288.
HSL color Cylindrical-coordinate representation of color #30AA91: hue angle of 167.7º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AA91 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 170 | 145 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.33 |
| HSL | 167.7º | 0.56% | 0.43% | - |
| HSV(B) | 167.7º | 0.72% | 0.67% | - |
| XYZ | 20.7 | 31.42 | 31.76 | - |
| YUV | 130.67 | 136.08 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 170 | 145 | 0.72 | 0 | 0.15 | 0.33 | 167.7 | 0.56 | 0.43 |
| Hex | 30 | AA | 91 | 48 | 0 | F | 21 | A8 | 38 | 2B |
| Octal | 60 | 252 | 221 | 110 | 0 | 17 | 41 | 250 | 70 | 53 |
| Binary | 110000 | 10101010 | 10010001 | 1001000 | 0 | 1111 | 100001 | 10101000 | 111000 | 101011 |
Color Harmonies of #30AA91
Complementary color
Monochromatic Colors of #30AA91
Black with #30AA91
Text Example
Text Example
White with #30AA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AA91; }
p { color: rgb(48,170,145); }
H1.HeaderClassName
{
color: #30AA91;
}
.AnyTagClassName
{
color: #30AA91;
}
</style>
background-color css
<style>
a { background-color: #30AA91; }
a { background-color: rgb(48,170,145); }
div.DivClassName
{
background-color: #30AA91;
}
.BgClassName
{
background-color: #30AA91;
}
</style>
border-color css
<style>
span { border-color: #30AA91; }
span { border-color: rgb(48,170,145); }
td.TdClassName
{
border-color: #30AA91;
}
.TagClassName
{
border-color: #30AA91;
}
</style>