Shades of Shamrock #2BEF9C
Tints of Shamrock #2BEF9C
RGB
CMYK
RGB Variations
Color information
#2BEF9C (or 0x2BEF9C) is known color: Shamrock. HEX triplet: 2B, EF and 9C. RGB value is (43,239,156). Sum of RGB (Red+Green+Blue) = 43+239+156=438 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.82% from 438); Green value is 239 (93.75% from 255 or 54.57% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEF9C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEF9C is #D41063. Grayscale: #ABABAB. Windows color (decimal): -13897828 or 10284843. OLE color: 10284843.
HSL color Cylindrical-coordinate representation of color #2BEF9C: hue angle of 154.59º 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 #2BEF9C is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 156 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.06 |
| HSL | 154.59º | 0.86% | 0.55% | - |
| HSV(B) | 154.59º | 0.82% | 0.94% | - |
| XYZ | 37.86 | 64.65 | 41.93 | - |
| YUV | 170.93 | 119.57 | 36.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 156 | 0.82 | 0 | 0.35 | 0.06 | 154.59 | 0.86 | 0.55 |
| Hex | 2B | EF | 9C | 52 | 0 | 23 | 6 | 9B | 56 | 37 |
| Octal | 53 | 357 | 234 | 122 | 0 | 43 | 6 | 233 | 126 | 67 |
| Binary | 101011 | 11101111 | 10011100 | 1010010 | 0 | 100011 | 110 | 10011011 | 1010110 | 110111 |
Color Harmonies of #2BEF9C
Complementary color
Monochromatic Colors of #2BEF9C
Black with #2BEF9C
Text Example
Text Example
White with #2BEF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEF9C; }
p { color: rgb(43,239,156); }
H1.HeaderClassName
{
color: #2BEF9C;
}
.AnyTagClassName
{
color: #2BEF9C;
}
</style>
background-color css
<style>
a { background-color: #2BEF9C; }
a { background-color: rgb(43,239,156); }
div.DivClassName
{
background-color: #2BEF9C;
}
.BgClassName
{
background-color: #2BEF9C;
}
</style>
border-color css
<style>
span { border-color: #2BEF9C; }
span { border-color: rgb(43,239,156); }
td.TdClassName
{
border-color: #2BEF9C;
}
.TagClassName
{
border-color: #2BEF9C;
}
</style>