Shades of Shamrock #2BCE9A
Tints of Shamrock #2BCE9A
RGB
CMYK
RGB Variations
Color information
#2BCE9A (or 0x2BCE9A) is known color: Shamrock. HEX triplet: 2B, CE and 9A. RGB value is (43,206,154). Sum of RGB (Red+Green+Blue) = 43+206+154=403 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.67% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCE9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BCE9A is #D43165. Grayscale: #979797. Windows color (decimal): -13906278 or 10145323. OLE color: 10145323.
HSL color Cylindrical-coordinate representation of color #2BCE9A: hue angle of 160.86º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCE9A is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 206 | 154 | - |
| CMYK | 0.79 | 0 | 0.25 | 0.19 |
| HSL | 160.86º | 0.65% | 0.49% | - |
| HSV(B) | 160.86º | 0.79% | 0.81% | - |
| XYZ | 28.9 | 46.99 | 38.12 | - |
| YUV | 151.34 | 129.5 | 50.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 154 | 0.79 | 0 | 0.25 | 0.19 | 160.86 | 0.65 | 0.49 |
| Hex | 2B | CE | 9A | 4F | 0 | 19 | 13 | A1 | 41 | 31 |
| Octal | 53 | 316 | 232 | 117 | 0 | 31 | 23 | 241 | 101 | 61 |
| Binary | 101011 | 11001110 | 10011010 | 1001111 | 0 | 11001 | 10011 | 10100001 | 1000001 | 110001 |
Color Harmonies of #2BCE9A
Complementary color
Monochromatic Colors of #2BCE9A
Black with #2BCE9A
Text Example
Text Example
White with #2BCE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCE9A; }
p { color: rgb(43,206,154); }
H1.HeaderClassName
{
color: #2BCE9A;
}
.AnyTagClassName
{
color: #2BCE9A;
}
</style>
background-color css
<style>
a { background-color: #2BCE9A; }
a { background-color: rgb(43,206,154); }
div.DivClassName
{
background-color: #2BCE9A;
}
.BgClassName
{
background-color: #2BCE9A;
}
</style>
border-color css
<style>
span { border-color: #2BCE9A; }
span { border-color: rgb(43,206,154); }
td.TdClassName
{
border-color: #2BCE9A;
}
.TagClassName
{
border-color: #2BCE9A;
}
</style>