Shades of Niagara #30A28E
Tints of Niagara #30A28E
RGB
CMYK
RGB Variations
Color information
#30A28E (or 0x30A28E) is known color: Niagara. HEX triplet: 30, A2 and 8E. RGB value is (48,162,142). Sum of RGB (Red+Green+Blue) = 48+162+142=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #30A28E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A28E is #CF5D71. Grayscale: #7D7D7D. Windows color (decimal): -13589874 or 9347632. OLE color: 9347632.
HSL color Cylindrical-coordinate representation of color #30A28E: hue angle of 169.47º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A28E is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 162 | 142 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.36 |
| HSL | 169.47º | 0.54% | 0.41% | - |
| HSV(B) | 169.47º | 0.7% | 0.64% | - |
| XYZ | 19.02 | 28.42 | 30.07 | - |
| YUV | 125.63 | 137.23 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 162 | 142 | 0.70 | 0 | 0.12 | 0.36 | 169.47 | 0.54 | 0.41 |
| Hex | 30 | A2 | 8E | 46 | 0 | C | 24 | A9 | 36 | 29 |
| Octal | 60 | 242 | 216 | 106 | 0 | 14 | 44 | 251 | 66 | 51 |
| Binary | 110000 | 10100010 | 10001110 | 1000110 | 0 | 1100 | 100100 | 10101001 | 110110 | 101001 |
Color Harmonies of #30A28E
Complementary color
Monochromatic Colors of #30A28E
Black with #30A28E
Text Example
Text Example
White with #30A28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A28E; }
p { color: rgb(48,162,142); }
H1.HeaderClassName
{
color: #30A28E;
}
.AnyTagClassName
{
color: #30A28E;
}
</style>
background-color css
<style>
a { background-color: #30A28E; }
a { background-color: rgb(48,162,142); }
div.DivClassName
{
background-color: #30A28E;
}
.BgClassName
{
background-color: #30A28E;
}
</style>
border-color css
<style>
span { border-color: #30A28E; }
span { border-color: rgb(48,162,142); }
td.TdClassName
{
border-color: #30A28E;
}
.TagClassName
{
border-color: #30A28E;
}
</style>