Shades of Niagara #30AB90
Tints of Niagara #30AB90
RGB
CMYK
RGB Variations
Color information
#30AB90 (or 0x30AB90) is known color: Niagara. HEX triplet: 30, AB and 90. RGB value is (48,171,144). Sum of RGB (Red+Green+Blue) = 48+171+144=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AB90 is #CF546F. Grayscale: #838383. Windows color (decimal): -13587568 or 9481008. OLE color: 9481008.
HSL color Cylindrical-coordinate representation of color #30AB90: hue angle of 166.83º 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 #30AB90 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 171 | 144 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.33 |
| HSL | 166.83º | 0.56% | 0.43% | - |
| HSV(B) | 166.83º | 0.72% | 0.67% | - |
| XYZ | 20.82 | 31.77 | 31.42 | - |
| YUV | 131.15 | 135.25 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 171 | 144 | 0.72 | 0 | 0.16 | 0.33 | 166.83 | 0.56 | 0.43 |
| Hex | 30 | AB | 90 | 48 | 0 | 10 | 21 | A7 | 38 | 2B |
| Octal | 60 | 253 | 220 | 110 | 0 | 20 | 41 | 247 | 70 | 53 |
| Binary | 110000 | 10101011 | 10010000 | 1001000 | 0 | 10000 | 100001 | 10100111 | 111000 | 101011 |
Color Harmonies of #30AB90
Complementary color
Monochromatic Colors of #30AB90
Black with #30AB90
Text Example
Text Example
White with #30AB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AB90; }
p { color: rgb(48,171,144); }
H1.HeaderClassName
{
color: #30AB90;
}
.AnyTagClassName
{
color: #30AB90;
}
</style>
background-color css
<style>
a { background-color: #30AB90; }
a { background-color: rgb(48,171,144); }
div.DivClassName
{
background-color: #30AB90;
}
.BgClassName
{
background-color: #30AB90;
}
</style>
border-color css
<style>
span { border-color: #30AB90; }
span { border-color: rgb(48,171,144); }
td.TdClassName
{
border-color: #30AB90;
}
.TagClassName
{
border-color: #30AB90;
}
</style>