Shades of Shamrock #2BC09E
Tints of Shamrock #2BC09E
RGB
CMYK
RGB Variations
Color information
#2BC09E (or 0x2BC09E) is known color: Shamrock. HEX triplet: 2B, C0 and 9E. RGB value is (43,192,158). Sum of RGB (Red+Green+Blue) = 43+192+158=393 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.94% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC09E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC09E is #D43F61. Grayscale: #8F8F8F. Windows color (decimal): -13909858 or 10403883. OLE color: 10403883.
HSL color Cylindrical-coordinate representation of color #2BC09E: hue angle of 166.31º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC09E is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 192 | 158 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.25 |
| HSL | 166.31º | 0.63% | 0.46% | - |
| HSV(B) | 166.31º | 0.78% | 0.75% | - |
| XYZ | 26.02 | 40.68 | 38.83 | - |
| YUV | 143.57 | 136.14 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 192 | 158 | 0.78 | 0 | 0.18 | 0.25 | 166.31 | 0.63 | 0.46 |
| Hex | 2B | C0 | 9E | 4E | 0 | 12 | 19 | A6 | 3F | 2E |
| Octal | 53 | 300 | 236 | 116 | 0 | 22 | 31 | 246 | 77 | 56 |
| Binary | 101011 | 11000000 | 10011110 | 1001110 | 0 | 10010 | 11001 | 10100110 | 111111 | 101110 |
Color Harmonies of #2BC09E
Complementary color
Monochromatic Colors of #2BC09E
Black with #2BC09E
Text Example
Text Example
White with #2BC09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC09E; }
p { color: rgb(43,192,158); }
H1.HeaderClassName
{
color: #2BC09E;
}
.AnyTagClassName
{
color: #2BC09E;
}
</style>
background-color css
<style>
a { background-color: #2BC09E; }
a { background-color: rgb(43,192,158); }
div.DivClassName
{
background-color: #2BC09E;
}
.BgClassName
{
background-color: #2BC09E;
}
</style>
border-color css
<style>
span { border-color: #2BC09E; }
span { border-color: rgb(43,192,158); }
td.TdClassName
{
border-color: #2BC09E;
}
.TagClassName
{
border-color: #2BC09E;
}
</style>