Shades of Shamrock #2BCA8F
Tints of Shamrock #2BCA8F
RGB
CMYK
RGB Variations
Color information
#2BCA8F (or 0x2BCA8F) is known color: Shamrock. HEX triplet: 2B, CA and 8F. RGB value is (43,202,143). Sum of RGB (Red+Green+Blue) = 43+202+143=388 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.08% from 388); Green value is 202 (79.30% from 255 or 52.06% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 202 - color contains mainly: green. Hex color #2BCA8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BCA8F is #D43570. Grayscale: #939393. Windows color (decimal): -13907313 or 9423403. OLE color: 9423403.
HSL color Cylindrical-coordinate representation of color #2BCA8F: hue angle of 157.74º 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 #2BCA8F is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 202 | 143 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.21 |
| HSL | 157.74º | 0.65% | 0.48% | - |
| HSV(B) | 157.74º | 0.79% | 0.79% | - |
| XYZ | 27.07 | 44.74 | 33.19 | - |
| YUV | 147.73 | 125.32 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 202 | 143 | 0.79 | 0 | 0.29 | 0.21 | 157.74 | 0.65 | 0.48 |
| Hex | 2B | CA | 8F | 4F | 0 | 1D | 15 | 9E | 41 | 30 |
| Octal | 53 | 312 | 217 | 117 | 0 | 35 | 25 | 236 | 101 | 60 |
| Binary | 101011 | 11001010 | 10001111 | 1001111 | 0 | 11101 | 10101 | 10011110 | 1000001 | 110000 |
Color Harmonies of #2BCA8F
Complementary color
Monochromatic Colors of #2BCA8F
Black with #2BCA8F
Text Example
Text Example
White with #2BCA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCA8F; }
p { color: rgb(43,202,143); }
H1.HeaderClassName
{
color: #2BCA8F;
}
.AnyTagClassName
{
color: #2BCA8F;
}
</style>
background-color css
<style>
a { background-color: #2BCA8F; }
a { background-color: rgb(43,202,143); }
div.DivClassName
{
background-color: #2BCA8F;
}
.BgClassName
{
background-color: #2BCA8F;
}
</style>
border-color css
<style>
span { border-color: #2BCA8F; }
span { border-color: rgb(43,202,143); }
td.TdClassName
{
border-color: #2BCA8F;
}
.TagClassName
{
border-color: #2BCA8F;
}
</style>