Shades of Niagara #1EB096
Tints of Niagara #1EB096
RGB
CMYK
RGB Variations
Color information
#1EB096 (or 0x1EB096) is known color: Niagara. HEX triplet: 1E, B0 and 96. RGB value is (30,176,150). Sum of RGB (Red+Green+Blue) = 30+176+150=356 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.43% from 356); Green value is 176 (69.14% from 255 or 49.44% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 176 - color contains mainly: green. Hex color #1EB096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EB096 is #E14F69. Grayscale: #818181. Windows color (decimal): -14765930 or 9875486. OLE color: 9875486.
HSL color Cylindrical-coordinate representation of color #1EB096: hue angle of 169.32º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB096 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 176 | 150 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.31 |
| HSL | 169.32º | 0.71% | 0.4% | - |
| HSV(B) | 169.32º | 0.83% | 0.69% | - |
| XYZ | 21.57 | 33.53 | 34.19 | - |
| YUV | 129.38 | 139.63 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 176 | 150 | 0.83 | 0 | 0.15 | 0.31 | 169.32 | 0.71 | 0.4 |
| Hex | 1E | B0 | 96 | 53 | 0 | F | 1F | A9 | 47 | 28 |
| Octal | 36 | 260 | 226 | 123 | 0 | 17 | 37 | 251 | 107 | 50 |
| Binary | 11110 | 10110000 | 10010110 | 1010011 | 0 | 1111 | 11111 | 10101001 | 1000111 | 101000 |
Color Harmonies of #1EB096
Complementary color
Monochromatic Colors of #1EB096
Black with #1EB096
Text Example
Text Example
White with #1EB096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB096; }
p { color: rgb(30,176,150); }
H1.HeaderClassName
{
color: #1EB096;
}
.AnyTagClassName
{
color: #1EB096;
}
</style>
background-color css
<style>
a { background-color: #1EB096; }
a { background-color: rgb(30,176,150); }
div.DivClassName
{
background-color: #1EB096;
}
.BgClassName
{
background-color: #1EB096;
}
</style>
border-color css
<style>
span { border-color: #1EB096; }
span { border-color: rgb(30,176,150); }
td.TdClassName
{
border-color: #1EB096;
}
.TagClassName
{
border-color: #1EB096;
}
</style>