Shades of Niagara #30A092
Tints of Niagara #30A092
RGB
CMYK
RGB Variations
Color information
#30A092 (or 0x30A092) is known color: Niagara. HEX triplet: 30, A0 and 92. RGB value is (48,160,146). Sum of RGB (Red+Green+Blue) = 48+160+146=354 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.56% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 160 - color contains mainly: green. Hex color #30A092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A092 is #CF5F6D. Grayscale: #7C7C7C. Windows color (decimal): -13590382 or 9609264. OLE color: 9609264.
HSL color Cylindrical-coordinate representation of color #30A092: hue angle of 172.5º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A092 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 160 | 146 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.37 |
| HSL | 172.5º | 0.54% | 0.41% | - |
| HSV(B) | 172.5º | 0.7% | 0.63% | - |
| XYZ | 18.98 | 27.85 | 31.57 | - |
| YUV | 124.92 | 139.89 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 160 | 146 | 0.70 | 0 | 0.09 | 0.37 | 172.5 | 0.54 | 0.41 |
| Hex | 30 | A0 | 92 | 46 | 0 | 9 | 25 | AC | 36 | 29 |
| Octal | 60 | 240 | 222 | 106 | 0 | 11 | 45 | 254 | 66 | 51 |
| Binary | 110000 | 10100000 | 10010010 | 1000110 | 0 | 1001 | 100101 | 10101100 | 110110 | 101001 |
Color Harmonies of #30A092
Complementary color
Monochromatic Colors of #30A092
Black with #30A092
Text Example
Text Example
White with #30A092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A092; }
p { color: rgb(48,160,146); }
H1.HeaderClassName
{
color: #30A092;
}
.AnyTagClassName
{
color: #30A092;
}
</style>
background-color css
<style>
a { background-color: #30A092; }
a { background-color: rgb(48,160,146); }
div.DivClassName
{
background-color: #30A092;
}
.BgClassName
{
background-color: #30A092;
}
</style>
border-color css
<style>
span { border-color: #30A092; }
span { border-color: rgb(48,160,146); }
td.TdClassName
{
border-color: #30A092;
}
.TagClassName
{
border-color: #30A092;
}
</style>