Shades of Niagara #30B199
Tints of Niagara #30B199
RGB
CMYK
RGB Variations
Color information
#30B199 (or 0x30B199) is known color: Niagara. HEX triplet: 30, B1 and 99. RGB value is (48,177,153). Sum of RGB (Red+Green+Blue) = 48+177+153=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 177 - color contains mainly: green. Hex color #30B199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30B199 is #CF4E66. Grayscale: #878787. Windows color (decimal): -13586023 or 10072368. OLE color: 10072368.
HSL color Cylindrical-coordinate representation of color #30B199: hue angle of 168.84º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B199 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 177 | 153 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.31 |
| HSL | 168.84º | 0.57% | 0.44% | - |
| HSV(B) | 168.84º | 0.73% | 0.69% | - |
| XYZ | 22.69 | 34.37 | 35.58 | - |
| YUV | 135.69 | 137.76 | 65.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 177 | 153 | 0.73 | 0 | 0.14 | 0.31 | 168.84 | 0.57 | 0.44 |
| Hex | 30 | B1 | 99 | 49 | 0 | E | 1F | A9 | 39 | 2C |
| Octal | 60 | 261 | 231 | 111 | 0 | 16 | 37 | 251 | 71 | 54 |
| Binary | 110000 | 10110001 | 10011001 | 1001001 | 0 | 1110 | 11111 | 10101001 | 111001 | 101100 |
Color Harmonies of #30B199
Complementary color
Monochromatic Colors of #30B199
Black with #30B199
Text Example
Text Example
White with #30B199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B199; }
p { color: rgb(48,177,153); }
H1.HeaderClassName
{
color: #30B199;
}
.AnyTagClassName
{
color: #30B199;
}
</style>
background-color css
<style>
a { background-color: #30B199; }
a { background-color: rgb(48,177,153); }
div.DivClassName
{
background-color: #30B199;
}
.BgClassName
{
background-color: #30B199;
}
</style>
border-color css
<style>
span { border-color: #30B199; }
span { border-color: rgb(48,177,153); }
td.TdClassName
{
border-color: #30B199;
}
.TagClassName
{
border-color: #30B199;
}
</style>