Shades of Shamrock #2BEFA4
Tints of Shamrock #2BEFA4
RGB
CMYK
RGB Variations
Color information
#2BEFA4 (or 0x2BEFA4) is known color: Shamrock. HEX triplet: 2B, EF and A4. RGB value is (43,239,164). Sum of RGB (Red+Green+Blue) = 43+239+164=446 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.64% from 446); Green value is 239 (93.75% from 255 or 53.59% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEFA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEFA4 is #D4105B. Grayscale: #ABABAB. Windows color (decimal): -13897820 or 10809131. OLE color: 10809131.
HSL color Cylindrical-coordinate representation of color #2BEFA4: hue angle of 157.04º 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 #2BEFA4 is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 164 | - |
| CMYK | 0.82 | 0 | 0.31 | 0.06 |
| HSL | 157.04º | 0.86% | 0.55% | - |
| HSV(B) | 157.04º | 0.82% | 0.94% | - |
| XYZ | 38.56 | 64.93 | 45.62 | - |
| YUV | 171.85 | 123.57 | 36.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 164 | 0.82 | 0 | 0.31 | 0.06 | 157.04 | 0.86 | 0.55 |
| Hex | 2B | EF | A4 | 52 | 0 | 1F | 6 | 9D | 56 | 37 |
| Octal | 53 | 357 | 244 | 122 | 0 | 37 | 6 | 235 | 126 | 67 |
| Binary | 101011 | 11101111 | 10100100 | 1010010 | 0 | 11111 | 110 | 10011101 | 1010110 | 110111 |
Color Harmonies of #2BEFA4
Complementary color
Monochromatic Colors of #2BEFA4
Black with #2BEFA4
Text Example
Text Example
White with #2BEFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEFA4; }
p { color: rgb(43,239,164); }
H1.HeaderClassName
{
color: #2BEFA4;
}
.AnyTagClassName
{
color: #2BEFA4;
}
</style>
background-color css
<style>
a { background-color: #2BEFA4; }
a { background-color: rgb(43,239,164); }
div.DivClassName
{
background-color: #2BEFA4;
}
.BgClassName
{
background-color: #2BEFA4;
}
</style>
border-color css
<style>
span { border-color: #2BEFA4; }
span { border-color: rgb(43,239,164); }
td.TdClassName
{
border-color: #2BEFA4;
}
.TagClassName
{
border-color: #2BEFA4;
}
</style>