Shades of Shamrock #2BEFB1
Tints of Shamrock #2BEFB1
RGB
CMYK
RGB Variations
Color information
#2BEFB1 (or 0x2BEFB1) is known color: Shamrock. HEX triplet: 2B, EF and B1. RGB value is (43,239,177). Sum of RGB (Red+Green+Blue) = 43+239+177=459 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.37% from 459); Green value is 239 (93.75% from 255 or 52.07% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEFB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEFB1 is #D4104E. Grayscale: #ADADAD. Windows color (decimal): -13897807 or 11661099. OLE color: 11661099.
HSL color Cylindrical-coordinate representation of color #2BEFB1: hue angle of 161.02º 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 #2BEFB1 is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 177 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.06 |
| HSL | 161.02º | 0.86% | 0.55% | - |
| HSV(B) | 161.02º | 0.82% | 0.94% | - |
| XYZ | 39.8 | 65.42 | 52.12 | - |
| YUV | 173.33 | 130.07 | 35.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 177 | 0.82 | 0 | 0.26 | 0.06 | 161.02 | 0.86 | 0.55 |
| Hex | 2B | EF | B1 | 52 | 0 | 1A | 6 | A1 | 56 | 37 |
| Octal | 53 | 357 | 261 | 122 | 0 | 32 | 6 | 241 | 126 | 67 |
| Binary | 101011 | 11101111 | 10110001 | 1010010 | 0 | 11010 | 110 | 10100001 | 1010110 | 110111 |
Color Harmonies of #2BEFB1
Complementary color
Monochromatic Colors of #2BEFB1
Black with #2BEFB1
Text Example
Text Example
White with #2BEFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEFB1; }
p { color: rgb(43,239,177); }
H1.HeaderClassName
{
color: #2BEFB1;
}
.AnyTagClassName
{
color: #2BEFB1;
}
</style>
background-color css
<style>
a { background-color: #2BEFB1; }
a { background-color: rgb(43,239,177); }
div.DivClassName
{
background-color: #2BEFB1;
}
.BgClassName
{
background-color: #2BEFB1;
}
</style>
border-color css
<style>
span { border-color: #2BEFB1; }
span { border-color: rgb(43,239,177); }
td.TdClassName
{
border-color: #2BEFB1;
}
.TagClassName
{
border-color: #2BEFB1;
}
</style>