Shades of Niagara #30B19A
Tints of Niagara #30B19A
RGB
CMYK
RGB Variations
Color information
#30B19A (or 0x30B19A) is known color: Niagara. HEX triplet: 30, B1 and 9A. RGB value is (48,177,154). Sum of RGB (Red+Green+Blue) = 48+177+154=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 177 - color contains mainly: green. Hex color #30B19A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30B19A is #CF4E65. Grayscale: #878787. Windows color (decimal): -13586022 or 10137904. OLE color: 10137904.
HSL color Cylindrical-coordinate representation of color #30B19A: hue angle of 169.3º 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 #30B19A is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 177 | 154 | - |
| CMYK | 0.73 | 0 | 0.13 | 0.31 |
| HSL | 169.3º | 0.57% | 0.44% | - |
| HSV(B) | 169.3º | 0.73% | 0.69% | - |
| XYZ | 22.77 | 34.41 | 36.01 | - |
| YUV | 135.81 | 138.26 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 177 | 154 | 0.73 | 0 | 0.13 | 0.31 | 169.3 | 0.57 | 0.44 |
| Hex | 30 | B1 | 9A | 49 | 0 | D | 1F | A9 | 39 | 2C |
| Octal | 60 | 261 | 232 | 111 | 0 | 15 | 37 | 251 | 71 | 54 |
| Binary | 110000 | 10110001 | 10011010 | 1001001 | 0 | 1101 | 11111 | 10101001 | 111001 | 101100 |
Color Harmonies of #30B19A
Complementary color
Monochromatic Colors of #30B19A
Black with #30B19A
Text Example
Text Example
White with #30B19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B19A; }
p { color: rgb(48,177,154); }
H1.HeaderClassName
{
color: #30B19A;
}
.AnyTagClassName
{
color: #30B19A;
}
</style>
background-color css
<style>
a { background-color: #30B19A; }
a { background-color: rgb(48,177,154); }
div.DivClassName
{
background-color: #30B19A;
}
.BgClassName
{
background-color: #30B19A;
}
</style>
border-color css
<style>
span { border-color: #30B19A; }
span { border-color: rgb(48,177,154); }
td.TdClassName
{
border-color: #30B19A;
}
.TagClassName
{
border-color: #30B19A;
}
</style>