Shades of Shamrock #2BCDA9
Tints of Shamrock #2BCDA9
RGB
CMYK
RGB Variations
Color information
#2BCDA9 (or 0x2BCDA9) is known color: Shamrock. HEX triplet: 2B, CD and A9. RGB value is (43,205,169). Sum of RGB (Red+Green+Blue) = 43+205+169=417 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.31% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 169 (66.41% from 255 or 40.53% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCDA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BCDA9 is #D43256. Grayscale: #989898. Windows color (decimal): -13906519 or 11128107. OLE color: 11128107.
HSL color Cylindrical-coordinate representation of color #2BCDA9: hue angle of 166.67º 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 #2BCDA9 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 205 | 169 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.20 |
| HSL | 166.67º | 0.65% | 0.49% | - |
| HSV(B) | 166.67º | 0.79% | 0.8% | - |
| XYZ | 29.99 | 47.04 | 45.04 | - |
| YUV | 152.46 | 137.33 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 205 | 169 | 0.79 | 0 | 0.18 | 0.20 | 166.67 | 0.65 | 0.49 |
| Hex | 2B | CD | A9 | 4F | 0 | 12 | 14 | A7 | 41 | 31 |
| Octal | 53 | 315 | 251 | 117 | 0 | 22 | 24 | 247 | 101 | 61 |
| Binary | 101011 | 11001101 | 10101001 | 1001111 | 0 | 10010 | 10100 | 10100111 | 1000001 | 110001 |
Color Harmonies of #2BCDA9
Complementary color
Monochromatic Colors of #2BCDA9
Black with #2BCDA9
Text Example
Text Example
White with #2BCDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCDA9; }
p { color: rgb(43,205,169); }
H1.HeaderClassName
{
color: #2BCDA9;
}
.AnyTagClassName
{
color: #2BCDA9;
}
</style>
background-color css
<style>
a { background-color: #2BCDA9; }
a { background-color: rgb(43,205,169); }
div.DivClassName
{
background-color: #2BCDA9;
}
.BgClassName
{
background-color: #2BCDA9;
}
</style>
border-color css
<style>
span { border-color: #2BCDA9; }
span { border-color: rgb(43,205,169); }
td.TdClassName
{
border-color: #2BCDA9;
}
.TagClassName
{
border-color: #2BCDA9;
}
</style>