Shades of Shamrock #2EDFAF
Tints of Shamrock #2EDFAF
RGB
CMYK
RGB Variations
Color information
#2EDFAF (or 0x2EDFAF) is known color: Shamrock. HEX triplet: 2E, DF and AF. RGB value is (46,223,175). Sum of RGB (Red+Green+Blue) = 46+223+175=444 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.36% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDFAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDFAF is #D12050. Grayscale: #A4A4A4. Windows color (decimal): -13705297 or 11525934. OLE color: 11525934.
HSL color Cylindrical-coordinate representation of color #2EDFAF: hue angle of 163.73º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDFAF is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 175 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.13 |
| HSL | 163.73º | 0.73% | 0.53% | - |
| HSV(B) | 163.73º | 0.79% | 0.87% | - |
| XYZ | 35.25 | 56.45 | 49.6 | - |
| YUV | 164.61 | 133.86 | 43.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 175 | 0.79 | 0 | 0.22 | 0.13 | 163.73 | 0.73 | 0.53 |
| Hex | 2E | DF | AF | 4F | 0 | 16 | D | A4 | 49 | 35 |
| Octal | 56 | 337 | 257 | 117 | 0 | 26 | 15 | 244 | 111 | 65 |
| Binary | 101110 | 11011111 | 10101111 | 1001111 | 0 | 10110 | 1101 | 10100100 | 1001001 | 110101 |
Color Harmonies of #2EDFAF
Complementary color
Monochromatic Colors of #2EDFAF
Black with #2EDFAF
Text Example
Text Example
White with #2EDFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDFAF; }
p { color: rgb(46,223,175); }
H1.HeaderClassName
{
color: #2EDFAF;
}
.AnyTagClassName
{
color: #2EDFAF;
}
</style>
background-color css
<style>
a { background-color: #2EDFAF; }
a { background-color: rgb(46,223,175); }
div.DivClassName
{
background-color: #2EDFAF;
}
.BgClassName
{
background-color: #2EDFAF;
}
</style>
border-color css
<style>
span { border-color: #2EDFAF; }
span { border-color: rgb(46,223,175); }
td.TdClassName
{
border-color: #2EDFAF;
}
.TagClassName
{
border-color: #2EDFAF;
}
</style>