Shades of Shamrock #2CCE98
Tints of Shamrock #2CCE98
RGB
CMYK
RGB Variations
Color information
#2CCE98 (or 0x2CCE98) is known color: Shamrock. HEX triplet: 2C, CE and 98. RGB value is (44,206,152). Sum of RGB (Red+Green+Blue) = 44+206+152=402 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.95% from 402); Green value is 206 (80.86% from 255 or 51.24% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 206 - color contains mainly: green. Hex color #2CCE98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CCE98 is #D33167. Grayscale: #979797. Windows color (decimal): -13840744 or 10014252. OLE color: 10014252.
HSL color Cylindrical-coordinate representation of color #2CCE98: hue angle of 160º 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 #2CCE98 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 206 | 152 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.19 |
| HSL | 160º | 0.65% | 0.49% | - |
| HSV(B) | 160º | 0.79% | 0.81% | - |
| XYZ | 28.78 | 46.95 | 37.25 | - |
| YUV | 151.41 | 128.33 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 206 | 152 | 0.79 | 0 | 0.26 | 0.19 | 160 | 0.65 | 0.49 |
| Hex | 2C | CE | 98 | 4F | 0 | 1A | 13 | A0 | 41 | 31 |
| Octal | 54 | 316 | 230 | 117 | 0 | 32 | 23 | 240 | 101 | 61 |
| Binary | 101100 | 11001110 | 10011000 | 1001111 | 0 | 11010 | 10011 | 10100000 | 1000001 | 110001 |
Color Harmonies of #2CCE98
Complementary color
Monochromatic Colors of #2CCE98
Black with #2CCE98
Text Example
Text Example
White with #2CCE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCE98; }
p { color: rgb(44,206,152); }
H1.HeaderClassName
{
color: #2CCE98;
}
.AnyTagClassName
{
color: #2CCE98;
}
</style>
background-color css
<style>
a { background-color: #2CCE98; }
a { background-color: rgb(44,206,152); }
div.DivClassName
{
background-color: #2CCE98;
}
.BgClassName
{
background-color: #2CCE98;
}
</style>
border-color css
<style>
span { border-color: #2CCE98; }
span { border-color: rgb(44,206,152); }
td.TdClassName
{
border-color: #2CCE98;
}
.TagClassName
{
border-color: #2CCE98;
}
</style>