Shades of Shamrock #2DEEAB
Tints of Shamrock #2DEEAB
RGB
CMYK
RGB Variations
Color information
#2DEEAB (or 0x2DEEAB) is known color: Shamrock. HEX triplet: 2D, EE and AB. RGB value is (45,238,171). Sum of RGB (Red+Green+Blue) = 45+238+171=454 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.91% from 454); Green value is 238 (93.36% from 255 or 52.42% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEEAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DEEAB is #D21154. Grayscale: #ACACAC. Windows color (decimal): -13766997 or 11267629. OLE color: 11267629.
HSL color Cylindrical-coordinate representation of color #2DEEAB: hue angle of 159.17º 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 #2DEEAB is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 238 | 171 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.07 |
| HSL | 159.17º | 0.85% | 0.55% | - |
| HSV(B) | 159.17º | 0.81% | 0.93% | - |
| XYZ | 39.01 | 64.65 | 48.95 | - |
| YUV | 172.66 | 127.06 | 36.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 171 | 0.81 | 0 | 0.28 | 0.07 | 159.17 | 0.85 | 0.55 |
| Hex | 2D | EE | AB | 51 | 0 | 1C | 7 | 9F | 55 | 37 |
| Octal | 55 | 356 | 253 | 121 | 0 | 34 | 7 | 237 | 125 | 67 |
| Binary | 101101 | 11101110 | 10101011 | 1010001 | 0 | 11100 | 111 | 10011111 | 1010101 | 110111 |
Color Harmonies of #2DEEAB
Complementary color
Monochromatic Colors of #2DEEAB
Black with #2DEEAB
Text Example
Text Example
White with #2DEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEEAB; }
p { color: rgb(45,238,171); }
H1.HeaderClassName
{
color: #2DEEAB;
}
.AnyTagClassName
{
color: #2DEEAB;
}
</style>
background-color css
<style>
a { background-color: #2DEEAB; }
a { background-color: rgb(45,238,171); }
div.DivClassName
{
background-color: #2DEEAB;
}
.BgClassName
{
background-color: #2DEEAB;
}
</style>
border-color css
<style>
span { border-color: #2DEEAB; }
span { border-color: rgb(45,238,171); }
td.TdClassName
{
border-color: #2DEEAB;
}
.TagClassName
{
border-color: #2DEEAB;
}
</style>