Shades of Niagara #30AD8F
Tints of Niagara #30AD8F
RGB
CMYK
RGB Variations
Color information
#30AD8F (or 0x30AD8F) is known color: Niagara. HEX triplet: 30, AD and 8F. RGB value is (48,173,143). Sum of RGB (Red+Green+Blue) = 48+173+143=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 173 - color contains mainly: green. Hex color #30AD8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AD8F is #CF5270. Grayscale: #848484. Windows color (decimal): -13587057 or 9415984. OLE color: 9415984.
HSL color Cylindrical-coordinate representation of color #30AD8F: hue angle of 165.6º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AD8F is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 173 | 143 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.32 |
| HSL | 165.6º | 0.57% | 0.43% | - |
| HSV(B) | 165.6º | 0.72% | 0.68% | - |
| XYZ | 21.12 | 32.5 | 31.15 | - |
| YUV | 132.21 | 134.09 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 173 | 143 | 0.72 | 0 | 0.17 | 0.32 | 165.6 | 0.57 | 0.43 |
| Hex | 30 | AD | 8F | 48 | 0 | 11 | 20 | A6 | 39 | 2B |
| Octal | 60 | 255 | 217 | 110 | 0 | 21 | 40 | 246 | 71 | 53 |
| Binary | 110000 | 10101101 | 10001111 | 1001000 | 0 | 10001 | 100000 | 10100110 | 111001 | 101011 |
Color Harmonies of #30AD8F
Complementary color
Monochromatic Colors of #30AD8F
Black with #30AD8F
Text Example
Text Example
White with #30AD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AD8F; }
p { color: rgb(48,173,143); }
H1.HeaderClassName
{
color: #30AD8F;
}
.AnyTagClassName
{
color: #30AD8F;
}
</style>
background-color css
<style>
a { background-color: #30AD8F; }
a { background-color: rgb(48,173,143); }
div.DivClassName
{
background-color: #30AD8F;
}
.BgClassName
{
background-color: #30AD8F;
}
</style>
border-color css
<style>
span { border-color: #30AD8F; }
span { border-color: rgb(48,173,143); }
td.TdClassName
{
border-color: #30AD8F;
}
.TagClassName
{
border-color: #30AD8F;
}
</style>