Shades of Shamrock #2DEEA6
Tints of Shamrock #2DEEA6
RGB
CMYK
RGB Variations
Color information
#2DEEA6 (or 0x2DEEA6) is known color: Shamrock. HEX triplet: 2D, EE and A6. RGB value is (45,238,166). Sum of RGB (Red+Green+Blue) = 45+238+166=449 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10.02% from 449); Green value is 238 (93.36% from 255 or 53.01% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEEA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DEEA6 is #D21159. Grayscale: #ACACAC. Windows color (decimal): -13767002 or 10939949. OLE color: 10939949.
HSL color Cylindrical-coordinate representation of color #2DEEA6: hue angle of 157.62º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEEA6 is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 238 | 166 | - |
| CMYK | 0.81 | 0 | 0.30 | 0.07 |
| HSL | 157.62º | 0.85% | 0.55% | - |
| HSV(B) | 157.62º | 0.81% | 0.93% | - |
| XYZ | 38.54 | 64.46 | 46.49 | - |
| YUV | 172.09 | 124.56 | 37.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 166 | 0.81 | 0 | 0.30 | 0.07 | 157.62 | 0.85 | 0.55 |
| Hex | 2D | EE | A6 | 51 | 0 | 1E | 7 | 9E | 55 | 37 |
| Octal | 55 | 356 | 246 | 121 | 0 | 36 | 7 | 236 | 125 | 67 |
| Binary | 101101 | 11101110 | 10100110 | 1010001 | 0 | 11110 | 111 | 10011110 | 1010101 | 110111 |
Color Harmonies of #2DEEA6
Complementary color
Monochromatic Colors of #2DEEA6
Black with #2DEEA6
Text Example
Text Example
White with #2DEEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEEA6; }
p { color: rgb(45,238,166); }
H1.HeaderClassName
{
color: #2DEEA6;
}
.AnyTagClassName
{
color: #2DEEA6;
}
</style>
background-color css
<style>
a { background-color: #2DEEA6; }
a { background-color: rgb(45,238,166); }
div.DivClassName
{
background-color: #2DEEA6;
}
.BgClassName
{
background-color: #2DEEA6;
}
</style>
border-color css
<style>
span { border-color: #2DEEA6; }
span { border-color: rgb(45,238,166); }
td.TdClassName
{
border-color: #2DEEA6;
}
.TagClassName
{
border-color: #2DEEA6;
}
</style>