Shades of Niagara #30B18F
Tints of Niagara #30B18F
RGB
CMYK
RGB Variations
Color information
#30B18F (or 0x30B18F) is known color: Niagara. HEX triplet: 30, B1 and 8F. RGB value is (48,177,143). Sum of RGB (Red+Green+Blue) = 48+177+143=368 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.04% from 368); Green value is 177 (69.53% from 255 or 48.10% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 177 - color contains mainly: green. Hex color #30B18F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30B18F is #CF4E70. Grayscale: #868686. Windows color (decimal): -13586033 or 9417008. OLE color: 9417008.
HSL color Cylindrical-coordinate representation of color #30B18F: hue angle of 164.19º 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 #30B18F is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 177 | 143 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.31 |
| HSL | 164.19º | 0.57% | 0.44% | - |
| HSV(B) | 164.19º | 0.73% | 0.69% | - |
| XYZ | 21.9 | 34.06 | 31.41 | - |
| YUV | 134.55 | 132.76 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 177 | 143 | 0.73 | 0 | 0.19 | 0.31 | 164.19 | 0.57 | 0.44 |
| Hex | 30 | B1 | 8F | 49 | 0 | 13 | 1F | A4 | 39 | 2C |
| Octal | 60 | 261 | 217 | 111 | 0 | 23 | 37 | 244 | 71 | 54 |
| Binary | 110000 | 10110001 | 10001111 | 1001001 | 0 | 10011 | 11111 | 10100100 | 111001 | 101100 |
Color Harmonies of #30B18F
Complementary color
Monochromatic Colors of #30B18F
Black with #30B18F
Text Example
Text Example
White with #30B18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B18F; }
p { color: rgb(48,177,143); }
H1.HeaderClassName
{
color: #30B18F;
}
.AnyTagClassName
{
color: #30B18F;
}
</style>
background-color css
<style>
a { background-color: #30B18F; }
a { background-color: rgb(48,177,143); }
div.DivClassName
{
background-color: #30B18F;
}
.BgClassName
{
background-color: #30B18F;
}
</style>
border-color css
<style>
span { border-color: #30B18F; }
span { border-color: rgb(48,177,143); }
td.TdClassName
{
border-color: #30B18F;
}
.TagClassName
{
border-color: #30B18F;
}
</style>