Shades of Niagara #30B193
Tints of Niagara #30B193
RGB
CMYK
RGB Variations
Color information
#30B193 (or 0x30B193) is known color: Niagara. HEX triplet: 30, B1 and 93. RGB value is (48,177,147). Sum of RGB (Red+Green+Blue) = 48+177+147=372 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.90% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 177 - color contains mainly: green. Hex color #30B193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30B193 is #CF4E6C. Grayscale: #878787. Windows color (decimal): -13586029 or 9679152. OLE color: 9679152.
HSL color Cylindrical-coordinate representation of color #30B193: hue angle of 166.05º 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 #30B193 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 177 | 147 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.31 |
| HSL | 166.05º | 0.57% | 0.44% | - |
| HSV(B) | 166.05º | 0.73% | 0.69% | - |
| XYZ | 22.21 | 34.18 | 33.03 | - |
| YUV | 135.01 | 134.76 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 177 | 147 | 0.73 | 0 | 0.17 | 0.31 | 166.05 | 0.57 | 0.44 |
| Hex | 30 | B1 | 93 | 49 | 0 | 11 | 1F | A6 | 39 | 2C |
| Octal | 60 | 261 | 223 | 111 | 0 | 21 | 37 | 246 | 71 | 54 |
| Binary | 110000 | 10110001 | 10010011 | 1001001 | 0 | 10001 | 11111 | 10100110 | 111001 | 101100 |
Color Harmonies of #30B193
Complementary color
Monochromatic Colors of #30B193
Black with #30B193
Text Example
Text Example
White with #30B193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B193; }
p { color: rgb(48,177,147); }
H1.HeaderClassName
{
color: #30B193;
}
.AnyTagClassName
{
color: #30B193;
}
</style>
background-color css
<style>
a { background-color: #30B193; }
a { background-color: rgb(48,177,147); }
div.DivClassName
{
background-color: #30B193;
}
.BgClassName
{
background-color: #30B193;
}
</style>
border-color css
<style>
span { border-color: #30B193; }
span { border-color: rgb(48,177,147); }
td.TdClassName
{
border-color: #30B193;
}
.TagClassName
{
border-color: #30B193;
}
</style>