Shades of Shamrock #2BDAB0
Tints of Shamrock #2BDAB0
RGB
CMYK
RGB Variations
Color information
#2BDAB0 (or 0x2BDAB0) is known color: Shamrock. HEX triplet: 2B, DA and B0. RGB value is (43,218,176). Sum of RGB (Red+Green+Blue) = 43+218+176=437 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.84% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BDAB0 is #D4254F. Grayscale: #A0A0A0. Windows color (decimal): -13903184 or 11590187. OLE color: 11590187.
HSL color Cylindrical-coordinate representation of color #2BDAB0: hue angle of 165.6º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDAB0 is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 176 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.15 |
| HSL | 165.6º | 0.7% | 0.51% | - |
| HSV(B) | 165.6º | 0.8% | 0.85% | - |
| XYZ | 33.9 | 53.79 | 49.67 | - |
| YUV | 160.89 | 136.52 | 43.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 176 | 0.80 | 0 | 0.19 | 0.15 | 165.6 | 0.7 | 0.51 |
| Hex | 2B | DA | B0 | 50 | 0 | 13 | F | A6 | 46 | 33 |
| Octal | 53 | 332 | 260 | 120 | 0 | 23 | 17 | 246 | 106 | 63 |
| Binary | 101011 | 11011010 | 10110000 | 1010000 | 0 | 10011 | 1111 | 10100110 | 1000110 | 110011 |
Color Harmonies of #2BDAB0
Complementary color
Monochromatic Colors of #2BDAB0
Black with #2BDAB0
Text Example
Text Example
White with #2BDAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDAB0; }
p { color: rgb(43,218,176); }
H1.HeaderClassName
{
color: #2BDAB0;
}
.AnyTagClassName
{
color: #2BDAB0;
}
</style>
background-color css
<style>
a { background-color: #2BDAB0; }
a { background-color: rgb(43,218,176); }
div.DivClassName
{
background-color: #2BDAB0;
}
.BgClassName
{
background-color: #2BDAB0;
}
</style>
border-color css
<style>
span { border-color: #2BDAB0; }
span { border-color: rgb(43,218,176); }
td.TdClassName
{
border-color: #2BDAB0;
}
.TagClassName
{
border-color: #2BDAB0;
}
</style>