Shades of Niagara #30B092
Tints of Niagara #30B092
RGB
CMYK
RGB Variations
Color information
#30B092 (or 0x30B092) is known color: Niagara. HEX triplet: 30, B0 and 92. RGB value is (48,176,146). Sum of RGB (Red+Green+Blue) = 48+176+146=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 176 (69.14% from 255 or 47.57% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 176 - color contains mainly: green. Hex color #30B092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30B092 is #CF4F6D. Grayscale: #868686. Windows color (decimal): -13586286 or 9613360. OLE color: 9613360.
HSL color Cylindrical-coordinate representation of color #30B092: hue angle of 165.94º 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 #30B092 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 176 | 146 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.31 |
| HSL | 165.94º | 0.57% | 0.44% | - |
| HSV(B) | 165.94º | 0.73% | 0.69% | - |
| XYZ | 21.93 | 33.75 | 32.55 | - |
| YUV | 134.31 | 134.59 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 176 | 146 | 0.73 | 0 | 0.17 | 0.31 | 165.94 | 0.57 | 0.44 |
| Hex | 30 | B0 | 92 | 49 | 0 | 11 | 1F | A6 | 39 | 2C |
| Octal | 60 | 260 | 222 | 111 | 0 | 21 | 37 | 246 | 71 | 54 |
| Binary | 110000 | 10110000 | 10010010 | 1001001 | 0 | 10001 | 11111 | 10100110 | 111001 | 101100 |
Color Harmonies of #30B092
Complementary color
Monochromatic Colors of #30B092
Black with #30B092
Text Example
Text Example
White with #30B092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B092; }
p { color: rgb(48,176,146); }
H1.HeaderClassName
{
color: #30B092;
}
.AnyTagClassName
{
color: #30B092;
}
</style>
background-color css
<style>
a { background-color: #30B092; }
a { background-color: rgb(48,176,146); }
div.DivClassName
{
background-color: #30B092;
}
.BgClassName
{
background-color: #30B092;
}
</style>
border-color css
<style>
span { border-color: #30B092; }
span { border-color: rgb(48,176,146); }
td.TdClassName
{
border-color: #30B092;
}
.TagClassName
{
border-color: #30B092;
}
</style>