Shades of Niagara #30B595
Tints of Niagara #30B595
RGB
CMYK
RGB Variations
Color information
#30B595 (or 0x30B595) is known color: Niagara. HEX triplet: 30, B5 and 95. RGB value is (48,181,149). Sum of RGB (Red+Green+Blue) = 48+181+149=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 181 - color contains mainly: green. Hex color #30B595 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B595 is #CF4A6A. Grayscale: #898989. Windows color (decimal): -13585003 or 9811248. OLE color: 9811248.
HSL color Cylindrical-coordinate representation of color #30B595: hue angle of 165.56º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B595 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 181 | 149 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.29 |
| HSL | 165.56º | 0.58% | 0.45% | - |
| HSV(B) | 165.56º | 0.73% | 0.71% | - |
| XYZ | 23.17 | 35.85 | 34.13 | - |
| YUV | 137.59 | 134.44 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 181 | 149 | 0.73 | 0 | 0.18 | 0.29 | 165.56 | 0.58 | 0.45 |
| Hex | 30 | B5 | 95 | 49 | 0 | 12 | 1D | A6 | 3A | 2D |
| Octal | 60 | 265 | 225 | 111 | 0 | 22 | 35 | 246 | 72 | 55 |
| Binary | 110000 | 10110101 | 10010101 | 1001001 | 0 | 10010 | 11101 | 10100110 | 111010 | 101101 |
Color Harmonies of #30B595
Complementary color
Monochromatic Colors of #30B595
Black with #30B595
Text Example
Text Example
White with #30B595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B595; }
p { color: rgb(48,181,149); }
H1.HeaderClassName
{
color: #30B595;
}
.AnyTagClassName
{
color: #30B595;
}
</style>
background-color css
<style>
a { background-color: #30B595; }
a { background-color: rgb(48,181,149); }
div.DivClassName
{
background-color: #30B595;
}
.BgClassName
{
background-color: #30B595;
}
</style>
border-color css
<style>
span { border-color: #30B595; }
span { border-color: rgb(48,181,149); }
td.TdClassName
{
border-color: #30B595;
}
.TagClassName
{
border-color: #30B595;
}
</style>