Shades of Shamrock #2BCDA6
Tints of Shamrock #2BCDA6
RGB
CMYK
RGB Variations
Color information
#2BCDA6 (or 0x2BCDA6) is known color: Shamrock. HEX triplet: 2B, CD and A6. RGB value is (43,205,166). Sum of RGB (Red+Green+Blue) = 43+205+166=414 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.39% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 166 (65.23% from 255 or 40.10% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BCDA6 is #D43259. Grayscale: #989898. Windows color (decimal): -13906522 or 10931499. OLE color: 10931499.
HSL color Cylindrical-coordinate representation of color #2BCDA6: hue angle of 165.56º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCDA6 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 205 | 166 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.20 |
| HSL | 165.56º | 0.65% | 0.49% | - |
| HSV(B) | 165.56º | 0.79% | 0.8% | - |
| XYZ | 29.71 | 46.93 | 43.57 | - |
| YUV | 152.12 | 135.83 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 205 | 166 | 0.79 | 0 | 0.19 | 0.20 | 165.56 | 0.65 | 0.49 |
| Hex | 2B | CD | A6 | 4F | 0 | 13 | 14 | A6 | 41 | 31 |
| Octal | 53 | 315 | 246 | 117 | 0 | 23 | 24 | 246 | 101 | 61 |
| Binary | 101011 | 11001101 | 10100110 | 1001111 | 0 | 10011 | 10100 | 10100110 | 1000001 | 110001 |
Color Harmonies of #2BCDA6
Complementary color
Monochromatic Colors of #2BCDA6
Black with #2BCDA6
Text Example
Text Example
White with #2BCDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCDA6; }
p { color: rgb(43,205,166); }
H1.HeaderClassName
{
color: #2BCDA6;
}
.AnyTagClassName
{
color: #2BCDA6;
}
</style>
background-color css
<style>
a { background-color: #2BCDA6; }
a { background-color: rgb(43,205,166); }
div.DivClassName
{
background-color: #2BCDA6;
}
.BgClassName
{
background-color: #2BCDA6;
}
</style>
border-color css
<style>
span { border-color: #2BCDA6; }
span { border-color: rgb(43,205,166); }
td.TdClassName
{
border-color: #2BCDA6;
}
.TagClassName
{
border-color: #2BCDA6;
}
</style>