Shades of Shamrock #2BCA9E
Tints of Shamrock #2BCA9E
RGB
CMYK
RGB Variations
Color information
#2BCA9E (or 0x2BCA9E) is known color: Shamrock. HEX triplet: 2B, CA and 9E. RGB value is (43,202,158). Sum of RGB (Red+Green+Blue) = 43+202+158=403 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.67% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #2BCA9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BCA9E is #D43561. Grayscale: #959595. Windows color (decimal): -13907298 or 10406443. OLE color: 10406443.
HSL color Cylindrical-coordinate representation of color #2BCA9E: hue angle of 163.4º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCA9E is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 202 | 158 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.21 |
| HSL | 163.4º | 0.65% | 0.48% | - |
| HSV(B) | 163.4º | 0.79% | 0.79% | - |
| XYZ | 28.29 | 45.22 | 39.59 | - |
| YUV | 149.44 | 132.82 | 52.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 202 | 158 | 0.79 | 0 | 0.22 | 0.21 | 163.4 | 0.65 | 0.48 |
| Hex | 2B | CA | 9E | 4F | 0 | 16 | 15 | A3 | 41 | 30 |
| Octal | 53 | 312 | 236 | 117 | 0 | 26 | 25 | 243 | 101 | 60 |
| Binary | 101011 | 11001010 | 10011110 | 1001111 | 0 | 10110 | 10101 | 10100011 | 1000001 | 110000 |
Color Harmonies of #2BCA9E
Complementary color
Monochromatic Colors of #2BCA9E
Black with #2BCA9E
Text Example
Text Example
White with #2BCA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCA9E; }
p { color: rgb(43,202,158); }
H1.HeaderClassName
{
color: #2BCA9E;
}
.AnyTagClassName
{
color: #2BCA9E;
}
</style>
background-color css
<style>
a { background-color: #2BCA9E; }
a { background-color: rgb(43,202,158); }
div.DivClassName
{
background-color: #2BCA9E;
}
.BgClassName
{
background-color: #2BCA9E;
}
</style>
border-color css
<style>
span { border-color: #2BCA9E; }
span { border-color: rgb(43,202,158); }
td.TdClassName
{
border-color: #2BCA9E;
}
.TagClassName
{
border-color: #2BCA9E;
}
</style>