Shades of Shamrock #2BCD9E
Tints of Shamrock #2BCD9E
RGB
CMYK
RGB Variations
Color information
#2BCD9E (or 0x2BCD9E) is known color: Shamrock. HEX triplet: 2B, CD and 9E. RGB value is (43,205,158). Sum of RGB (Red+Green+Blue) = 43+205+158=406 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.59% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCD9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BCD9E is #D43261. Grayscale: #979797. Windows color (decimal): -13906530 or 10407211. OLE color: 10407211.
HSL color Cylindrical-coordinate representation of color #2BCD9E: hue angle of 162.59º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCD9E is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 205 | 158 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.20 |
| HSL | 162.59º | 0.65% | 0.49% | - |
| HSV(B) | 162.59º | 0.79% | 0.8% | - |
| XYZ | 29 | 46.64 | 39.82 | - |
| YUV | 151.2 | 131.83 | 50.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 205 | 158 | 0.79 | 0 | 0.23 | 0.20 | 162.59 | 0.65 | 0.49 |
| Hex | 2B | CD | 9E | 4F | 0 | 17 | 14 | A3 | 41 | 31 |
| Octal | 53 | 315 | 236 | 117 | 0 | 27 | 24 | 243 | 101 | 61 |
| Binary | 101011 | 11001101 | 10011110 | 1001111 | 0 | 10111 | 10100 | 10100011 | 1000001 | 110001 |
Color Harmonies of #2BCD9E
Complementary color
Monochromatic Colors of #2BCD9E
Black with #2BCD9E
Text Example
Text Example
White with #2BCD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCD9E; }
p { color: rgb(43,205,158); }
H1.HeaderClassName
{
color: #2BCD9E;
}
.AnyTagClassName
{
color: #2BCD9E;
}
</style>
background-color css
<style>
a { background-color: #2BCD9E; }
a { background-color: rgb(43,205,158); }
div.DivClassName
{
background-color: #2BCD9E;
}
.BgClassName
{
background-color: #2BCD9E;
}
</style>
border-color css
<style>
span { border-color: #2BCD9E; }
span { border-color: rgb(43,205,158); }
td.TdClassName
{
border-color: #2BCD9E;
}
.TagClassName
{
border-color: #2BCD9E;
}
</style>