Shades of Niagara #30A78C
Tints of Niagara #30A78C
RGB
CMYK
RGB Variations
Color information
#30A78C (or 0x30A78C) is known color: Niagara. HEX triplet: 30, A7 and 8C. RGB value is (48,167,140). Sum of RGB (Red+Green+Blue) = 48+167+140=355 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.52% from 355); Green value is 167 (65.62% from 255 or 47.04% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 167 - color contains mainly: green. Hex color #30A78C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A78C is #CF5873. Grayscale: #808080. Windows color (decimal): -13588596 or 9217840. OLE color: 9217840.
HSL color Cylindrical-coordinate representation of color #30A78C: hue angle of 166.39º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A78C is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 48 | 167 | 140 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.35 |
| HSL | 166.39º | 0.55% | 0.42% | - |
| HSV(B) | 166.39º | 0.71% | 0.65% | - |
| XYZ | 19.77 | 30.16 | 29.59 | - |
| YUV | 128.34 | 134.58 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 167 | 140 | 0.71 | 0 | 0.16 | 0.35 | 166.39 | 0.55 | 0.42 |
| Hex | 30 | A7 | 8C | 47 | 0 | 10 | 23 | A6 | 37 | 2A |
| Octal | 60 | 247 | 214 | 107 | 0 | 20 | 43 | 246 | 67 | 52 |
| Binary | 110000 | 10100111 | 10001100 | 1000111 | 0 | 10000 | 100011 | 10100110 | 110111 | 101010 |
Color Harmonies of #30A78C
Complementary color
Monochromatic Colors of #30A78C
Black with #30A78C
Text Example
Text Example
White with #30A78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A78C; }
p { color: rgb(48,167,140); }
H1.HeaderClassName
{
color: #30A78C;
}
.AnyTagClassName
{
color: #30A78C;
}
</style>
background-color css
<style>
a { background-color: #30A78C; }
a { background-color: rgb(48,167,140); }
div.DivClassName
{
background-color: #30A78C;
}
.BgClassName
{
background-color: #30A78C;
}
</style>
border-color css
<style>
span { border-color: #30A78C; }
span { border-color: rgb(48,167,140); }
td.TdClassName
{
border-color: #30A78C;
}
.TagClassName
{
border-color: #30A78C;
}
</style>