Shades of Niagara #30B69A
Tints of Niagara #30B69A
RGB
CMYK
RGB Variations
Color information
#30B69A (or 0x30B69A) is known color: Niagara. HEX triplet: 30, B6 and 9A. RGB value is (48,182,154). Sum of RGB (Red+Green+Blue) = 48+182+154=384 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.5% from 384); Green value is 182 (71.48% from 255 or 47.40% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 182 - color contains mainly: green. Hex color #30B69A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B69A is #CF4965. Grayscale: #8A8A8A. Windows color (decimal): -13584742 or 10139184. OLE color: 10139184.
HSL color Cylindrical-coordinate representation of color #30B69A: hue angle of 167.46º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B69A is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 182 | 154 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.29 |
| HSL | 167.46º | 0.58% | 0.45% | - |
| HSV(B) | 167.46º | 0.74% | 0.71% | - |
| XYZ | 23.78 | 36.42 | 36.35 | - |
| YUV | 138.74 | 136.61 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 182 | 154 | 0.74 | 0 | 0.15 | 0.29 | 167.46 | 0.58 | 0.45 |
| Hex | 30 | B6 | 9A | 4A | 0 | F | 1D | A7 | 3A | 2D |
| Octal | 60 | 266 | 232 | 112 | 0 | 17 | 35 | 247 | 72 | 55 |
| Binary | 110000 | 10110110 | 10011010 | 1001010 | 0 | 1111 | 11101 | 10100111 | 111010 | 101101 |
Color Harmonies of #30B69A
Complementary color
Monochromatic Colors of #30B69A
Black with #30B69A
Text Example
Text Example
White with #30B69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B69A; }
p { color: rgb(48,182,154); }
H1.HeaderClassName
{
color: #30B69A;
}
.AnyTagClassName
{
color: #30B69A;
}
</style>
background-color css
<style>
a { background-color: #30B69A; }
a { background-color: rgb(48,182,154); }
div.DivClassName
{
background-color: #30B69A;
}
.BgClassName
{
background-color: #30B69A;
}
</style>
border-color css
<style>
span { border-color: #30B69A; }
span { border-color: rgb(48,182,154); }
td.TdClassName
{
border-color: #30B69A;
}
.TagClassName
{
border-color: #30B69A;
}
</style>