Shades of Shamrock #2BCA9C
Tints of Shamrock #2BCA9C
RGB
CMYK
RGB Variations
Color information
#2BCA9C (or 0x2BCA9C) is known color: Shamrock. HEX triplet: 2B, CA and 9C. RGB value is (43,202,156). Sum of RGB (Red+Green+Blue) = 43+202+156=401 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.72% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #2BCA9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BCA9C is #D43563. Grayscale: #959595. Windows color (decimal): -13907300 or 10275371. OLE color: 10275371.
HSL color Cylindrical-coordinate representation of color #2BCA9C: hue angle of 162.64º 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 #2BCA9C is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 202 | 156 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.21 |
| HSL | 162.64º | 0.65% | 0.48% | - |
| HSV(B) | 162.64º | 0.79% | 0.79% | - |
| XYZ | 28.12 | 45.15 | 38.69 | - |
| YUV | 149.22 | 131.82 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 202 | 156 | 0.79 | 0 | 0.23 | 0.21 | 162.64 | 0.65 | 0.48 |
| Hex | 2B | CA | 9C | 4F | 0 | 17 | 15 | A3 | 41 | 30 |
| Octal | 53 | 312 | 234 | 117 | 0 | 27 | 25 | 243 | 101 | 60 |
| Binary | 101011 | 11001010 | 10011100 | 1001111 | 0 | 10111 | 10101 | 10100011 | 1000001 | 110000 |
Color Harmonies of #2BCA9C
Complementary color
Monochromatic Colors of #2BCA9C
Black with #2BCA9C
Text Example
Text Example
White with #2BCA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCA9C; }
p { color: rgb(43,202,156); }
H1.HeaderClassName
{
color: #2BCA9C;
}
.AnyTagClassName
{
color: #2BCA9C;
}
</style>
background-color css
<style>
a { background-color: #2BCA9C; }
a { background-color: rgb(43,202,156); }
div.DivClassName
{
background-color: #2BCA9C;
}
.BgClassName
{
background-color: #2BCA9C;
}
</style>
border-color css
<style>
span { border-color: #2BCA9C; }
span { border-color: rgb(43,202,156); }
td.TdClassName
{
border-color: #2BCA9C;
}
.TagClassName
{
border-color: #2BCA9C;
}
</style>