Shades of Niagara #30AF99
Tints of Niagara #30AF99
RGB
CMYK
RGB Variations
Color information
#30AF99 (or 0x30AF99) is known color: Niagara. HEX triplet: 30, AF and 99. RGB value is (48,175,153). Sum of RGB (Red+Green+Blue) = 48+175+153=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AF99 is #CF5066. Grayscale: #868686. Windows color (decimal): -13586535 or 10071856. OLE color: 10071856.
HSL color Cylindrical-coordinate representation of color #30AF99: hue angle of 169.61º 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 #30AF99 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 175 | 153 | - |
| CMYK | 0.73 | 0 | 0.13 | 0.31 |
| HSL | 169.61º | 0.57% | 0.44% | - |
| HSV(B) | 169.61º | 0.73% | 0.69% | - |
| XYZ | 22.3 | 33.59 | 35.44 | - |
| YUV | 134.52 | 138.42 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 175 | 153 | 0.73 | 0 | 0.13 | 0.31 | 169.61 | 0.57 | 0.44 |
| Hex | 30 | AF | 99 | 49 | 0 | D | 1F | AA | 39 | 2C |
| Octal | 60 | 257 | 231 | 111 | 0 | 15 | 37 | 252 | 71 | 54 |
| Binary | 110000 | 10101111 | 10011001 | 1001001 | 0 | 1101 | 11111 | 10101010 | 111001 | 101100 |
Color Harmonies of #30AF99
Complementary color
Monochromatic Colors of #30AF99
Black with #30AF99
Text Example
Text Example
White with #30AF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AF99; }
p { color: rgb(48,175,153); }
H1.HeaderClassName
{
color: #30AF99;
}
.AnyTagClassName
{
color: #30AF99;
}
</style>
background-color css
<style>
a { background-color: #30AF99; }
a { background-color: rgb(48,175,153); }
div.DivClassName
{
background-color: #30AF99;
}
.BgClassName
{
background-color: #30AF99;
}
</style>
border-color css
<style>
span { border-color: #30AF99; }
span { border-color: rgb(48,175,153); }
td.TdClassName
{
border-color: #30AF99;
}
.TagClassName
{
border-color: #30AF99;
}
</style>