Shades of Shamrock #2BD1AB
Tints of Shamrock #2BD1AB
RGB
CMYK
RGB Variations
Color information
#2BD1AB (or 0x2BD1AB) is known color: Shamrock. HEX triplet: 2B, D1 and AB. RGB value is (43,209,171). Sum of RGB (Red+Green+Blue) = 43+209+171=423 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.17% from 423); Green value is 209 (82.03% from 255 or 49.41% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD1AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD1AB is #D42E54. Grayscale: #9B9B9B. Windows color (decimal): -13905493 or 11260203. OLE color: 11260203.
HSL color Cylindrical-coordinate representation of color #2BD1AB: hue angle of 166.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BD1AB is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 209 | 171 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.18 |
| HSL | 166.27º | 0.66% | 0.49% | - |
| HSV(B) | 166.27º | 0.79% | 0.82% | - |
| XYZ | 31.15 | 49.05 | 46.35 | - |
| YUV | 155.03 | 137 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 209 | 171 | 0.79 | 0 | 0.18 | 0.18 | 166.27 | 0.66 | 0.49 |
| Hex | 2B | D1 | AB | 4F | 0 | 12 | 12 | A6 | 42 | 31 |
| Octal | 53 | 321 | 253 | 117 | 0 | 22 | 22 | 246 | 102 | 61 |
| Binary | 101011 | 11010001 | 10101011 | 1001111 | 0 | 10010 | 10010 | 10100110 | 1000010 | 110001 |
Color Harmonies of #2BD1AB
Complementary color
Monochromatic Colors of #2BD1AB
Black with #2BD1AB
Text Example
Text Example
White with #2BD1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD1AB; }
p { color: rgb(43,209,171); }
H1.HeaderClassName
{
color: #2BD1AB;
}
.AnyTagClassName
{
color: #2BD1AB;
}
</style>
background-color css
<style>
a { background-color: #2BD1AB; }
a { background-color: rgb(43,209,171); }
div.DivClassName
{
background-color: #2BD1AB;
}
.BgClassName
{
background-color: #2BD1AB;
}
</style>
border-color css
<style>
span { border-color: #2BD1AB; }
span { border-color: rgb(43,209,171); }
td.TdClassName
{
border-color: #2BD1AB;
}
.TagClassName
{
border-color: #2BD1AB;
}
</style>