Shades of Niagara #2EB09C
Tints of Niagara #2EB09C
RGB
CMYK
RGB Variations
Color information
#2EB09C (or 0x2EB09C) is known color: Niagara. HEX triplet: 2E, B0 and 9C. RGB value is (46,176,156). Sum of RGB (Red+Green+Blue) = 46+176+156=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 176 - color contains mainly: green. Hex color #2EB09C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB09C is #D14F63. Grayscale: #868686. Windows color (decimal): -13717348 or 10268718. OLE color: 10268718.
HSL color Cylindrical-coordinate representation of color #2EB09C: hue angle of 170.77º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB09C is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 176 | 156 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.31 |
| HSL | 170.77º | 0.59% | 0.44% | - |
| HSV(B) | 170.77º | 0.74% | 0.69% | - |
| XYZ | 22.65 | 34.03 | 36.83 | - |
| YUV | 134.85 | 139.93 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 176 | 156 | 0.74 | 0 | 0.11 | 0.31 | 170.77 | 0.59 | 0.44 |
| Hex | 2E | B0 | 9C | 4A | 0 | B | 1F | AB | 3B | 2C |
| Octal | 56 | 260 | 234 | 112 | 0 | 13 | 37 | 253 | 73 | 54 |
| Binary | 101110 | 10110000 | 10011100 | 1001010 | 0 | 1011 | 11111 | 10101011 | 111011 | 101100 |
Color Harmonies of #2EB09C
Complementary color
Monochromatic Colors of #2EB09C
Black with #2EB09C
Text Example
Text Example
White with #2EB09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB09C; }
p { color: rgb(46,176,156); }
H1.HeaderClassName
{
color: #2EB09C;
}
.AnyTagClassName
{
color: #2EB09C;
}
</style>
background-color css
<style>
a { background-color: #2EB09C; }
a { background-color: rgb(46,176,156); }
div.DivClassName
{
background-color: #2EB09C;
}
.BgClassName
{
background-color: #2EB09C;
}
</style>
border-color css
<style>
span { border-color: #2EB09C; }
span { border-color: rgb(46,176,156); }
td.TdClassName
{
border-color: #2EB09C;
}
.TagClassName
{
border-color: #2EB09C;
}
</style>