Shades of Niagara #2EAF8D
Tints of Niagara #2EAF8D
RGB
CMYK
RGB Variations
Color information
#2EAF8D (or 0x2EAF8D) is known color: Niagara. HEX triplet: 2E, AF and 8D. RGB value is (46,175,141). Sum of RGB (Red+Green+Blue) = 46+175+141=362 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.71% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAF8D is #D15072. Grayscale: #848484. Windows color (decimal): -13717619 or 9285422. OLE color: 9285422.
HSL color Cylindrical-coordinate representation of color #2EAF8D: hue angle of 164.19º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EAF8D is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 175 | 141 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.31 |
| HSL | 164.19º | 0.58% | 0.43% | - |
| HSV(B) | 164.19º | 0.74% | 0.69% | - |
| XYZ | 21.26 | 33.16 | 30.48 | - |
| YUV | 132.55 | 132.76 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 175 | 141 | 0.74 | 0 | 0.19 | 0.31 | 164.19 | 0.58 | 0.43 |
| Hex | 2E | AF | 8D | 4A | 0 | 13 | 1F | A4 | 3A | 2B |
| Octal | 56 | 257 | 215 | 112 | 0 | 23 | 37 | 244 | 72 | 53 |
| Binary | 101110 | 10101111 | 10001101 | 1001010 | 0 | 10011 | 11111 | 10100100 | 111010 | 101011 |
Color Harmonies of #2EAF8D
Complementary color
Monochromatic Colors of #2EAF8D
Black with #2EAF8D
Text Example
Text Example
White with #2EAF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAF8D; }
p { color: rgb(46,175,141); }
H1.HeaderClassName
{
color: #2EAF8D;
}
.AnyTagClassName
{
color: #2EAF8D;
}
</style>
background-color css
<style>
a { background-color: #2EAF8D; }
a { background-color: rgb(46,175,141); }
div.DivClassName
{
background-color: #2EAF8D;
}
.BgClassName
{
background-color: #2EAF8D;
}
</style>
border-color css
<style>
span { border-color: #2EAF8D; }
span { border-color: rgb(46,175,141); }
td.TdClassName
{
border-color: #2EAF8D;
}
.TagClassName
{
border-color: #2EAF8D;
}
</style>