Shades of Niagara #30B599
Tints of Niagara #30B599
RGB
CMYK
RGB Variations
Color information
#30B599 (or 0x30B599) is known color: Niagara. HEX triplet: 30, B5 and 99. RGB value is (48,181,153). Sum of RGB (Red+Green+Blue) = 48+181+153=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 181 (71.09% from 255 or 47.38% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 181 - color contains mainly: green. Hex color #30B599 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B599 is #CF4A66. Grayscale: #8A8A8A. Windows color (decimal): -13584999 or 10073392. OLE color: 10073392.
HSL color Cylindrical-coordinate representation of color #30B599: hue angle of 167.37º 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 #30B599 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 181 | 153 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.29 |
| HSL | 167.37º | 0.58% | 0.45% | - |
| HSV(B) | 167.37º | 0.73% | 0.71% | - |
| XYZ | 23.49 | 35.98 | 35.84 | - |
| YUV | 138.04 | 136.44 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 181 | 153 | 0.73 | 0 | 0.15 | 0.29 | 167.37 | 0.58 | 0.45 |
| Hex | 30 | B5 | 99 | 49 | 0 | F | 1D | A7 | 3A | 2D |
| Octal | 60 | 265 | 231 | 111 | 0 | 17 | 35 | 247 | 72 | 55 |
| Binary | 110000 | 10110101 | 10011001 | 1001001 | 0 | 1111 | 11101 | 10100111 | 111010 | 101101 |
Color Harmonies of #30B599
Complementary color
Monochromatic Colors of #30B599
Black with #30B599
Text Example
Text Example
White with #30B599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B599; }
p { color: rgb(48,181,153); }
H1.HeaderClassName
{
color: #30B599;
}
.AnyTagClassName
{
color: #30B599;
}
</style>
background-color css
<style>
a { background-color: #30B599; }
a { background-color: rgb(48,181,153); }
div.DivClassName
{
background-color: #30B599;
}
.BgClassName
{
background-color: #30B599;
}
</style>
border-color css
<style>
span { border-color: #30B599; }
span { border-color: rgb(48,181,153); }
td.TdClassName
{
border-color: #30B599;
}
.TagClassName
{
border-color: #30B599;
}
</style>