Shades of Shamrock #2BED9B
Tints of Shamrock #2BED9B
RGB
CMYK
RGB Variations
Color information
#2BED9B (or 0x2BED9B) is known color: Shamrock. HEX triplet: 2B, ED and 9B. RGB value is (43,237,155). Sum of RGB (Red+Green+Blue) = 43+237+155=435 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.89% from 435); Green value is 237 (92.97% from 255 or 54.48% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 237 - color contains mainly: green. Hex color #2BED9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BED9B is #D41264. Grayscale: #A9A9A9. Windows color (decimal): -13898341 or 10218795. OLE color: 10218795.
HSL color Cylindrical-coordinate representation of color #2BED9B: hue angle of 154.64º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BED9B is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 237 | 155 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.07 |
| HSL | 154.64º | 0.84% | 0.55% | - |
| HSV(B) | 154.64º | 0.82% | 0.93% | - |
| XYZ | 37.2 | 63.45 | 41.3 | - |
| YUV | 169.65 | 119.73 | 37.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 237 | 155 | 0.82 | 0 | 0.35 | 0.07 | 154.64 | 0.84 | 0.55 |
| Hex | 2B | ED | 9B | 52 | 0 | 23 | 7 | 9B | 54 | 37 |
| Octal | 53 | 355 | 233 | 122 | 0 | 43 | 7 | 233 | 124 | 67 |
| Binary | 101011 | 11101101 | 10011011 | 1010010 | 0 | 100011 | 111 | 10011011 | 1010100 | 110111 |
Color Harmonies of #2BED9B
Complementary color
Monochromatic Colors of #2BED9B
Black with #2BED9B
Text Example
Text Example
White with #2BED9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BED9B; }
p { color: rgb(43,237,155); }
H1.HeaderClassName
{
color: #2BED9B;
}
.AnyTagClassName
{
color: #2BED9B;
}
</style>
background-color css
<style>
a { background-color: #2BED9B; }
a { background-color: rgb(43,237,155); }
div.DivClassName
{
background-color: #2BED9B;
}
.BgClassName
{
background-color: #2BED9B;
}
</style>
border-color css
<style>
span { border-color: #2BED9B; }
span { border-color: rgb(43,237,155); }
td.TdClassName
{
border-color: #2BED9B;
}
.TagClassName
{
border-color: #2BED9B;
}
</style>