Shades of Shamrock #2BD2A5
Tints of Shamrock #2BD2A5
RGB
CMYK
RGB Variations
Color information
#2BD2A5 (or 0x2BD2A5) is known color: Shamrock. HEX triplet: 2B, D2 and A5. RGB value is (43,210,165). Sum of RGB (Red+Green+Blue) = 43+210+165=418 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.29% from 418); Green value is 210 (82.42% from 255 or 50.24% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD2A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD2A5 is #D42D5A. Grayscale: #9A9A9A. Windows color (decimal): -13905243 or 10867243. OLE color: 10867243.
HSL color Cylindrical-coordinate representation of color #2BD2A5: hue angle of 163.83º 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 #2BD2A5 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 210 | 165 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.18 |
| HSL | 163.83º | 0.66% | 0.5% | - |
| HSV(B) | 163.83º | 0.8% | 0.82% | - |
| XYZ | 30.83 | 49.32 | 43.49 | - |
| YUV | 154.94 | 133.67 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 210 | 165 | 0.80 | 0 | 0.21 | 0.18 | 163.83 | 0.66 | 0.5 |
| Hex | 2B | D2 | A5 | 50 | 0 | 15 | 12 | A4 | 42 | 32 |
| Octal | 53 | 322 | 245 | 120 | 0 | 25 | 22 | 244 | 102 | 62 |
| Binary | 101011 | 11010010 | 10100101 | 1010000 | 0 | 10101 | 10010 | 10100100 | 1000010 | 110010 |
Color Harmonies of #2BD2A5
Complementary color
Monochromatic Colors of #2BD2A5
Black with #2BD2A5
Text Example
Text Example
White with #2BD2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD2A5; }
p { color: rgb(43,210,165); }
H1.HeaderClassName
{
color: #2BD2A5;
}
.AnyTagClassName
{
color: #2BD2A5;
}
</style>
background-color css
<style>
a { background-color: #2BD2A5; }
a { background-color: rgb(43,210,165); }
div.DivClassName
{
background-color: #2BD2A5;
}
.BgClassName
{
background-color: #2BD2A5;
}
</style>
border-color css
<style>
span { border-color: #2BD2A5; }
span { border-color: rgb(43,210,165); }
td.TdClassName
{
border-color: #2BD2A5;
}
.TagClassName
{
border-color: #2BD2A5;
}
</style>