Shades of Niagara #30B294
Tints of Niagara #30B294
RGB
CMYK
RGB Variations
Color information
#30B294 (or 0x30B294) is known color: Niagara. HEX triplet: 30, B2 and 94. RGB value is (48,178,148). Sum of RGB (Red+Green+Blue) = 48+178+148=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 178 (69.92% from 255 or 47.59% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 178 - color contains mainly: green. Hex color #30B294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30B294 is #CF4D6B. Grayscale: #878787. Windows color (decimal): -13585772 or 9744944. OLE color: 9744944.
HSL color Cylindrical-coordinate representation of color #30B294: hue angle of 166.15º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B294 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 178 | 148 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.30 |
| HSL | 166.15º | 0.58% | 0.44% | - |
| HSV(B) | 166.15º | 0.73% | 0.7% | - |
| XYZ | 22.48 | 34.61 | 33.51 | - |
| YUV | 135.71 | 134.93 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 178 | 148 | 0.73 | 0 | 0.17 | 0.30 | 166.15 | 0.58 | 0.44 |
| Hex | 30 | B2 | 94 | 49 | 0 | 11 | 1E | A6 | 3A | 2C |
| Octal | 60 | 262 | 224 | 111 | 0 | 21 | 36 | 246 | 72 | 54 |
| Binary | 110000 | 10110010 | 10010100 | 1001001 | 0 | 10001 | 11110 | 10100110 | 111010 | 101100 |
Color Harmonies of #30B294
Complementary color
Monochromatic Colors of #30B294
Black with #30B294
Text Example
Text Example
White with #30B294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B294; }
p { color: rgb(48,178,148); }
H1.HeaderClassName
{
color: #30B294;
}
.AnyTagClassName
{
color: #30B294;
}
</style>
background-color css
<style>
a { background-color: #30B294; }
a { background-color: rgb(48,178,148); }
div.DivClassName
{
background-color: #30B294;
}
.BgClassName
{
background-color: #30B294;
}
</style>
border-color css
<style>
span { border-color: #30B294; }
span { border-color: rgb(48,178,148); }
td.TdClassName
{
border-color: #30B294;
}
.TagClassName
{
border-color: #30B294;
}
</style>