Shades of Shamrock #2BCEAD
Tints of Shamrock #2BCEAD
RGB
CMYK
RGB Variations
Color information
#2BCEAD (or 0x2BCEAD) is known color: Shamrock. HEX triplet: 2B, CE and AD. RGB value is (43,206,173). Sum of RGB (Red+Green+Blue) = 43+206+173=422 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.19% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCEAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BCEAD is #D43152. Grayscale: #999999. Windows color (decimal): -13906259 or 11390507. OLE color: 11390507.
HSL color Cylindrical-coordinate representation of color #2BCEAD: hue angle of 167.85º 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 #2BCEAD is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 206 | 173 | - |
| CMYK | 0.79 | 0 | 0.16 | 0.19 |
| HSL | 167.85º | 0.65% | 0.49% | - |
| HSV(B) | 167.85º | 0.79% | 0.81% | - |
| XYZ | 30.61 | 47.67 | 47.12 | - |
| YUV | 153.5 | 139 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 173 | 0.79 | 0 | 0.16 | 0.19 | 167.85 | 0.65 | 0.49 |
| Hex | 2B | CE | AD | 4F | 0 | 10 | 13 | A8 | 41 | 31 |
| Octal | 53 | 316 | 255 | 117 | 0 | 20 | 23 | 250 | 101 | 61 |
| Binary | 101011 | 11001110 | 10101101 | 1001111 | 0 | 10000 | 10011 | 10101000 | 1000001 | 110001 |
Color Harmonies of #2BCEAD
Complementary color
Monochromatic Colors of #2BCEAD
Black with #2BCEAD
Text Example
Text Example
White with #2BCEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCEAD; }
p { color: rgb(43,206,173); }
H1.HeaderClassName
{
color: #2BCEAD;
}
.AnyTagClassName
{
color: #2BCEAD;
}
</style>
background-color css
<style>
a { background-color: #2BCEAD; }
a { background-color: rgb(43,206,173); }
div.DivClassName
{
background-color: #2BCEAD;
}
.BgClassName
{
background-color: #2BCEAD;
}
</style>
border-color css
<style>
span { border-color: #2BCEAD; }
span { border-color: rgb(43,206,173); }
td.TdClassName
{
border-color: #2BCEAD;
}
.TagClassName
{
border-color: #2BCEAD;
}
</style>