Shades of Shamrock #2EC8AF
Tints of Shamrock #2EC8AF
RGB
CMYK
RGB Variations
Color information
#2EC8AF (or 0x2EC8AF) is known color: Shamrock. HEX triplet: 2E, C8 and AF. RGB value is (46,200,175). Sum of RGB (Red+Green+Blue) = 46+200+175=421 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.93% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC8AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC8AF is #D13750. Grayscale: #979797. Windows color (decimal): -13711185 or 11520046. OLE color: 11520046.
HSL color Cylindrical-coordinate representation of color #2EC8AF: hue angle of 170.26º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC8AF is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 200 | 175 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.22 |
| HSL | 170.26º | 0.63% | 0.48% | - |
| HSV(B) | 170.26º | 0.77% | 0.78% | - |
| XYZ | 29.52 | 44.98 | 47.68 | - |
| YUV | 151.1 | 141.48 | 53.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 200 | 175 | 0.77 | 0 | 0.12 | 0.22 | 170.26 | 0.63 | 0.48 |
| Hex | 2E | C8 | AF | 4D | 0 | C | 16 | AA | 3F | 30 |
| Octal | 56 | 310 | 257 | 115 | 0 | 14 | 26 | 252 | 77 | 60 |
| Binary | 101110 | 11001000 | 10101111 | 1001101 | 0 | 1100 | 10110 | 10101010 | 111111 | 110000 |
Color Harmonies of #2EC8AF
Complementary color
Monochromatic Colors of #2EC8AF
Black with #2EC8AF
Text Example
Text Example
White with #2EC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC8AF; }
p { color: rgb(46,200,175); }
H1.HeaderClassName
{
color: #2EC8AF;
}
.AnyTagClassName
{
color: #2EC8AF;
}
</style>
background-color css
<style>
a { background-color: #2EC8AF; }
a { background-color: rgb(46,200,175); }
div.DivClassName
{
background-color: #2EC8AF;
}
.BgClassName
{
background-color: #2EC8AF;
}
</style>
border-color css
<style>
span { border-color: #2EC8AF; }
span { border-color: rgb(46,200,175); }
td.TdClassName
{
border-color: #2EC8AF;
}
.TagClassName
{
border-color: #2EC8AF;
}
</style>