Shades of Shamrock #2BD2AB
Tints of Shamrock #2BD2AB
RGB
CMYK
RGB Variations
Color information
#2BD2AB (or 0x2BD2AB) is known color: Shamrock. HEX triplet: 2B, D2 and AB. RGB value is (43,210,171). Sum of RGB (Red+Green+Blue) = 43+210+171=424 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.14% from 424); Green value is 210 (82.42% from 255 or 49.53% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD2AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD2AB is #D42D54. Grayscale: #9B9B9B. Windows color (decimal): -13905237 or 11260459. OLE color: 11260459.
HSL color Cylindrical-coordinate representation of color #2BD2AB: hue angle of 165.99º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD2AB is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 210 | 171 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.18 |
| HSL | 165.99º | 0.66% | 0.5% | - |
| HSV(B) | 165.99º | 0.8% | 0.82% | - |
| XYZ | 31.39 | 49.55 | 46.44 | - |
| YUV | 155.62 | 136.67 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 210 | 171 | 0.80 | 0 | 0.19 | 0.18 | 165.99 | 0.66 | 0.5 |
| Hex | 2B | D2 | AB | 50 | 0 | 13 | 12 | A6 | 42 | 32 |
| Octal | 53 | 322 | 253 | 120 | 0 | 23 | 22 | 246 | 102 | 62 |
| Binary | 101011 | 11010010 | 10101011 | 1010000 | 0 | 10011 | 10010 | 10100110 | 1000010 | 110010 |
Color Harmonies of #2BD2AB
Complementary color
Monochromatic Colors of #2BD2AB
Black with #2BD2AB
Text Example
Text Example
White with #2BD2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD2AB; }
p { color: rgb(43,210,171); }
H1.HeaderClassName
{
color: #2BD2AB;
}
.AnyTagClassName
{
color: #2BD2AB;
}
</style>
background-color css
<style>
a { background-color: #2BD2AB; }
a { background-color: rgb(43,210,171); }
div.DivClassName
{
background-color: #2BD2AB;
}
.BgClassName
{
background-color: #2BD2AB;
}
</style>
border-color css
<style>
span { border-color: #2BD2AB; }
span { border-color: rgb(43,210,171); }
td.TdClassName
{
border-color: #2BD2AB;
}
.TagClassName
{
border-color: #2BD2AB;
}
</style>