Shades of Niagara #30AF9D
Tints of Niagara #30AF9D
RGB
CMYK
RGB Variations
Color information
#30AF9D (or 0x30AF9D) is known color: Niagara. HEX triplet: 30, AF and 9D. RGB value is (48,175,157). Sum of RGB (Red+Green+Blue) = 48+175+157=380 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.63% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AF9D is #CF5062. Grayscale: #868686. Windows color (decimal): -13586531 or 10334000. OLE color: 10334000.
HSL color Cylindrical-coordinate representation of color #30AF9D: hue angle of 171.5º 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 #30AF9D is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 175 | 157 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.31 |
| HSL | 171.5º | 0.57% | 0.44% | - |
| HSV(B) | 171.5º | 0.73% | 0.69% | - |
| XYZ | 22.63 | 33.72 | 37.21 | - |
| YUV | 134.98 | 140.42 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 175 | 157 | 0.73 | 0 | 0.10 | 0.31 | 171.5 | 0.57 | 0.44 |
| Hex | 30 | AF | 9D | 49 | 0 | A | 1F | AB | 39 | 2C |
| Octal | 60 | 257 | 235 | 111 | 0 | 12 | 37 | 253 | 71 | 54 |
| Binary | 110000 | 10101111 | 10011101 | 1001001 | 0 | 1010 | 11111 | 10101011 | 111001 | 101100 |
Color Harmonies of #30AF9D
Complementary color
Monochromatic Colors of #30AF9D
Black with #30AF9D
Text Example
Text Example
White with #30AF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AF9D; }
p { color: rgb(48,175,157); }
H1.HeaderClassName
{
color: #30AF9D;
}
.AnyTagClassName
{
color: #30AF9D;
}
</style>
background-color css
<style>
a { background-color: #30AF9D; }
a { background-color: rgb(48,175,157); }
div.DivClassName
{
background-color: #30AF9D;
}
.BgClassName
{
background-color: #30AF9D;
}
</style>
border-color css
<style>
span { border-color: #30AF9D; }
span { border-color: rgb(48,175,157); }
td.TdClassName
{
border-color: #30AF9D;
}
.TagClassName
{
border-color: #30AF9D;
}
</style>