Shades of Niagara #30AB8D
Tints of Niagara #30AB8D
RGB
CMYK
RGB Variations
Color information
#30AB8D (or 0x30AB8D) is known color: Niagara. HEX triplet: 30, AB and 8D. RGB value is (48,171,141). Sum of RGB (Red+Green+Blue) = 48+171+141=360 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.33% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AB8D is #CF5472. Grayscale: #828282. Windows color (decimal): -13587571 or 9284400. OLE color: 9284400.
HSL color Cylindrical-coordinate representation of color #30AB8D: hue angle of 165.37º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AB8D is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 171 | 141 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.33 |
| HSL | 165.37º | 0.56% | 0.43% | - |
| HSV(B) | 165.37º | 0.72% | 0.67% | - |
| XYZ | 20.59 | 31.68 | 30.23 | - |
| YUV | 130.8 | 133.75 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 171 | 141 | 0.72 | 0 | 0.18 | 0.33 | 165.37 | 0.56 | 0.43 |
| Hex | 30 | AB | 8D | 48 | 0 | 12 | 21 | A5 | 38 | 2B |
| Octal | 60 | 253 | 215 | 110 | 0 | 22 | 41 | 245 | 70 | 53 |
| Binary | 110000 | 10101011 | 10001101 | 1001000 | 0 | 10010 | 100001 | 10100101 | 111000 | 101011 |
Color Harmonies of #30AB8D
Complementary color
Monochromatic Colors of #30AB8D
Black with #30AB8D
Text Example
Text Example
White with #30AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AB8D; }
p { color: rgb(48,171,141); }
H1.HeaderClassName
{
color: #30AB8D;
}
.AnyTagClassName
{
color: #30AB8D;
}
</style>
background-color css
<style>
a { background-color: #30AB8D; }
a { background-color: rgb(48,171,141); }
div.DivClassName
{
background-color: #30AB8D;
}
.BgClassName
{
background-color: #30AB8D;
}
</style>
border-color css
<style>
span { border-color: #30AB8D; }
span { border-color: rgb(48,171,141); }
td.TdClassName
{
border-color: #30AB8D;
}
.TagClassName
{
border-color: #30AB8D;
}
</style>