Shades of Shamrock #2BDBAF
Tints of Shamrock #2BDBAF
RGB
CMYK
RGB Variations
Color information
#2BDBAF (or 0x2BDBAF) is known color: Shamrock. HEX triplet: 2B, DB and AF. RGB value is (43,219,175). Sum of RGB (Red+Green+Blue) = 43+219+175=437 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.84% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #2BDBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BDBAF is #D42450. Grayscale: #A1A1A1. Windows color (decimal): -13902929 or 11524907. OLE color: 11524907.
HSL color Cylindrical-coordinate representation of color #2BDBAF: hue angle of 165º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDBAF is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 219 | 175 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.14 |
| HSL | 165º | 0.71% | 0.51% | - |
| HSV(B) | 165º | 0.8% | 0.86% | - |
| XYZ | 34.07 | 54.27 | 49.24 | - |
| YUV | 161.36 | 135.69 | 43.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 219 | 175 | 0.80 | 0 | 0.20 | 0.14 | 165 | 0.71 | 0.51 |
| Hex | 2B | DB | AF | 50 | 0 | 14 | E | A5 | 47 | 33 |
| Octal | 53 | 333 | 257 | 120 | 0 | 24 | 16 | 245 | 107 | 63 |
| Binary | 101011 | 11011011 | 10101111 | 1010000 | 0 | 10100 | 1110 | 10100101 | 1000111 | 110011 |
Color Harmonies of #2BDBAF
Complementary color
Monochromatic Colors of #2BDBAF
Black with #2BDBAF
Text Example
Text Example
White with #2BDBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDBAF; }
p { color: rgb(43,219,175); }
H1.HeaderClassName
{
color: #2BDBAF;
}
.AnyTagClassName
{
color: #2BDBAF;
}
</style>
background-color css
<style>
a { background-color: #2BDBAF; }
a { background-color: rgb(43,219,175); }
div.DivClassName
{
background-color: #2BDBAF;
}
.BgClassName
{
background-color: #2BDBAF;
}
</style>
border-color css
<style>
span { border-color: #2BDBAF; }
span { border-color: rgb(43,219,175); }
td.TdClassName
{
border-color: #2BDBAF;
}
.TagClassName
{
border-color: #2BDBAF;
}
</style>