Shades of Shamrock #2BEFAC
Tints of Shamrock #2BEFAC
RGB
CMYK
RGB Variations
Color information
#2BEFAC (or 0x2BEFAC) is known color: Shamrock. HEX triplet: 2B, EF and AC. RGB value is (43,239,172). Sum of RGB (Red+Green+Blue) = 43+239+172=454 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.47% from 454); Green value is 239 (93.75% from 255 or 52.64% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEFAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEFAC is #D41053. Grayscale: #ACACAC. Windows color (decimal): -13897812 or 11333419. OLE color: 11333419.
HSL color Cylindrical-coordinate representation of color #2BEFAC: hue angle of 159.49º 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 #2BEFAC is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 172 | - |
| CMYK | 0.82 | 0 | 0.28 | 0.06 |
| HSL | 159.49º | 0.86% | 0.55% | - |
| HSV(B) | 159.49º | 0.82% | 0.94% | - |
| XYZ | 39.31 | 65.23 | 49.55 | - |
| YUV | 172.76 | 127.57 | 35.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 172 | 0.82 | 0 | 0.28 | 0.06 | 159.49 | 0.86 | 0.55 |
| Hex | 2B | EF | AC | 52 | 0 | 1C | 6 | 9F | 56 | 37 |
| Octal | 53 | 357 | 254 | 122 | 0 | 34 | 6 | 237 | 126 | 67 |
| Binary | 101011 | 11101111 | 10101100 | 1010010 | 0 | 11100 | 110 | 10011111 | 1010110 | 110111 |
Color Harmonies of #2BEFAC
Complementary color
Monochromatic Colors of #2BEFAC
Black with #2BEFAC
Text Example
Text Example
White with #2BEFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEFAC; }
p { color: rgb(43,239,172); }
H1.HeaderClassName
{
color: #2BEFAC;
}
.AnyTagClassName
{
color: #2BEFAC;
}
</style>
background-color css
<style>
a { background-color: #2BEFAC; }
a { background-color: rgb(43,239,172); }
div.DivClassName
{
background-color: #2BEFAC;
}
.BgClassName
{
background-color: #2BEFAC;
}
</style>
border-color css
<style>
span { border-color: #2BEFAC; }
span { border-color: rgb(43,239,172); }
td.TdClassName
{
border-color: #2BEFAC;
}
.TagClassName
{
border-color: #2BEFAC;
}
</style>