Shades of Niagara #30B593
Tints of Niagara #30B593
RGB
CMYK
RGB Variations
Color information
#30B593 (or 0x30B593) is known color: Niagara. HEX triplet: 30, B5 and 93. RGB value is (48,181,147). Sum of RGB (Red+Green+Blue) = 48+181+147=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 181 (71.09% from 255 or 48.14% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 181 - color contains mainly: green. Hex color #30B593 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B593 is #CF4A6C. Grayscale: #898989. Windows color (decimal): -13585005 or 9680176. OLE color: 9680176.
HSL color Cylindrical-coordinate representation of color #30B593: hue angle of 164.66º 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 #30B593 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 181 | 147 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.29 |
| HSL | 164.66º | 0.58% | 0.45% | - |
| HSV(B) | 164.66º | 0.73% | 0.71% | - |
| XYZ | 23.01 | 35.78 | 33.3 | - |
| YUV | 137.36 | 133.44 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 181 | 147 | 0.73 | 0 | 0.19 | 0.29 | 164.66 | 0.58 | 0.45 |
| Hex | 30 | B5 | 93 | 49 | 0 | 13 | 1D | A5 | 3A | 2D |
| Octal | 60 | 265 | 223 | 111 | 0 | 23 | 35 | 245 | 72 | 55 |
| Binary | 110000 | 10110101 | 10010011 | 1001001 | 0 | 10011 | 11101 | 10100101 | 111010 | 101101 |
Color Harmonies of #30B593
Complementary color
Monochromatic Colors of #30B593
Black with #30B593
Text Example
Text Example
White with #30B593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B593; }
p { color: rgb(48,181,147); }
H1.HeaderClassName
{
color: #30B593;
}
.AnyTagClassName
{
color: #30B593;
}
</style>
background-color css
<style>
a { background-color: #30B593; }
a { background-color: rgb(48,181,147); }
div.DivClassName
{
background-color: #30B593;
}
.BgClassName
{
background-color: #30B593;
}
</style>
border-color css
<style>
span { border-color: #30B593; }
span { border-color: rgb(48,181,147); }
td.TdClassName
{
border-color: #30B593;
}
.TagClassName
{
border-color: #30B593;
}
</style>