Shades of Shamrock #2BEFAB
Tints of Shamrock #2BEFAB
RGB
CMYK
RGB Variations
Color information
#2BEFAB (or 0x2BEFAB) is known color: Shamrock. HEX triplet: 2B, EF and AB. RGB value is (43,239,171). Sum of RGB (Red+Green+Blue) = 43+239+171=453 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.49% from 453); Green value is 239 (93.75% from 255 or 52.76% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEFAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEFAB is #D41054. Grayscale: #ACACAC. Windows color (decimal): -13897813 or 11267883. OLE color: 11267883.
HSL color Cylindrical-coordinate representation of color #2BEFAB: hue angle of 159.18º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEFAB is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 171 | - |
| CMYK | 0.82 | 0 | 0.28 | 0.06 |
| HSL | 159.18º | 0.86% | 0.55% | - |
| HSV(B) | 159.18º | 0.82% | 0.94% | - |
| XYZ | 39.21 | 65.19 | 49.04 | - |
| YUV | 172.64 | 127.07 | 35.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 171 | 0.82 | 0 | 0.28 | 0.06 | 159.18 | 0.86 | 0.55 |
| Hex | 2B | EF | AB | 52 | 0 | 1C | 6 | 9F | 56 | 37 |
| Octal | 53 | 357 | 253 | 122 | 0 | 34 | 6 | 237 | 126 | 67 |
| Binary | 101011 | 11101111 | 10101011 | 1010010 | 0 | 11100 | 110 | 10011111 | 1010110 | 110111 |
Color Harmonies of #2BEFAB
Complementary color
Monochromatic Colors of #2BEFAB
Black with #2BEFAB
Text Example
Text Example
White with #2BEFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEFAB; }
p { color: rgb(43,239,171); }
H1.HeaderClassName
{
color: #2BEFAB;
}
.AnyTagClassName
{
color: #2BEFAB;
}
</style>
background-color css
<style>
a { background-color: #2BEFAB; }
a { background-color: rgb(43,239,171); }
div.DivClassName
{
background-color: #2BEFAB;
}
.BgClassName
{
background-color: #2BEFAB;
}
</style>
border-color css
<style>
span { border-color: #2BEFAB; }
span { border-color: rgb(43,239,171); }
td.TdClassName
{
border-color: #2BEFAB;
}
.TagClassName
{
border-color: #2BEFAB;
}
</style>