Shades of Shamrock #2BED9E
Tints of Shamrock #2BED9E
RGB
CMYK
RGB Variations
Color information
#2BED9E (or 0x2BED9E) is known color: Shamrock. HEX triplet: 2B, ED and 9E. RGB value is (43,237,158). Sum of RGB (Red+Green+Blue) = 43+237+158=438 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.82% from 438); Green value is 237 (92.97% from 255 or 54.11% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 237 - color contains mainly: green. Hex color #2BED9E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BED9E is #D41261. Grayscale: #AAAAAA. Windows color (decimal): -13898338 or 10415403. OLE color: 10415403.
HSL color Cylindrical-coordinate representation of color #2BED9E: hue angle of 155.57º 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 #2BED9E is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 237 | 158 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.07 |
| HSL | 155.57º | 0.84% | 0.55% | - |
| HSV(B) | 155.57º | 0.82% | 0.93% | - |
| XYZ | 37.45 | 63.55 | 42.64 | - |
| YUV | 169.99 | 121.23 | 37.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 237 | 158 | 0.82 | 0 | 0.33 | 0.07 | 155.57 | 0.84 | 0.55 |
| Hex | 2B | ED | 9E | 52 | 0 | 21 | 7 | 9C | 54 | 37 |
| Octal | 53 | 355 | 236 | 122 | 0 | 41 | 7 | 234 | 124 | 67 |
| Binary | 101011 | 11101101 | 10011110 | 1010010 | 0 | 100001 | 111 | 10011100 | 1010100 | 110111 |
Color Harmonies of #2BED9E
Complementary color
Monochromatic Colors of #2BED9E
Black with #2BED9E
Text Example
Text Example
White with #2BED9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BED9E; }
p { color: rgb(43,237,158); }
H1.HeaderClassName
{
color: #2BED9E;
}
.AnyTagClassName
{
color: #2BED9E;
}
</style>
background-color css
<style>
a { background-color: #2BED9E; }
a { background-color: rgb(43,237,158); }
div.DivClassName
{
background-color: #2BED9E;
}
.BgClassName
{
background-color: #2BED9E;
}
</style>
border-color css
<style>
span { border-color: #2BED9E; }
span { border-color: rgb(43,237,158); }
td.TdClassName
{
border-color: #2BED9E;
}
.TagClassName
{
border-color: #2BED9E;
}
</style>