Shades of Shamrock #2BD6AF
Tints of Shamrock #2BD6AF
RGB
CMYK
RGB Variations
Color information
#2BD6AF (or 0x2BD6AF) is known color: Shamrock. HEX triplet: 2B, D6 and AF. RGB value is (43,214,175). Sum of RGB (Red+Green+Blue) = 43+214+175=432 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.95% from 432); Green value is 214 (83.98% from 255 or 49.54% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD6AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD6AF is #D42950. Grayscale: #9E9E9E. Windows color (decimal): -13904209 or 11523627. OLE color: 11523627.
HSL color Cylindrical-coordinate representation of color #2BD6AF: hue angle of 166.32º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD6AF is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 214 | 175 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.16 |
| HSL | 166.32º | 0.68% | 0.5% | - |
| HSV(B) | 166.32º | 0.8% | 0.84% | - |
| XYZ | 32.78 | 51.7 | 48.81 | - |
| YUV | 158.43 | 137.35 | 45.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 214 | 175 | 0.80 | 0 | 0.18 | 0.16 | 166.32 | 0.68 | 0.5 |
| Hex | 2B | D6 | AF | 50 | 0 | 12 | 10 | A6 | 44 | 32 |
| Octal | 53 | 326 | 257 | 120 | 0 | 22 | 20 | 246 | 104 | 62 |
| Binary | 101011 | 11010110 | 10101111 | 1010000 | 0 | 10010 | 10000 | 10100110 | 1000100 | 110010 |
Color Harmonies of #2BD6AF
Complementary color
Monochromatic Colors of #2BD6AF
Black with #2BD6AF
Text Example
Text Example
White with #2BD6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD6AF; }
p { color: rgb(43,214,175); }
H1.HeaderClassName
{
color: #2BD6AF;
}
.AnyTagClassName
{
color: #2BD6AF;
}
</style>
background-color css
<style>
a { background-color: #2BD6AF; }
a { background-color: rgb(43,214,175); }
div.DivClassName
{
background-color: #2BD6AF;
}
.BgClassName
{
background-color: #2BD6AF;
}
</style>
border-color css
<style>
span { border-color: #2BD6AF; }
span { border-color: rgb(43,214,175); }
td.TdClassName
{
border-color: #2BD6AF;
}
.TagClassName
{
border-color: #2BD6AF;
}
</style>