Shades of Shamrock #2CDDAD
Tints of Shamrock #2CDDAD
RGB
CMYK
RGB Variations
Color information
#2CDDAD (or 0x2CDDAD) is known color: Shamrock. HEX triplet: 2C, DD and AD. RGB value is (44,221,173). Sum of RGB (Red+Green+Blue) = 44+221+173=438 (58% of max value = 765). Red value is 44 (17.58% from 255 or 10.05% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDDAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CDDAD is #D32252. Grayscale: #A2A2A2. Windows color (decimal): -13836883 or 11394348. OLE color: 11394348.
HSL color Cylindrical-coordinate representation of color #2CDDAD: hue angle of 163.73º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDDAD is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 221 | 173 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.13 |
| HSL | 163.73º | 0.72% | 0.52% | - |
| HSV(B) | 163.73º | 0.8% | 0.87% | - |
| XYZ | 34.44 | 55.27 | 48.39 | - |
| YUV | 162.61 | 133.86 | 43.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 221 | 173 | 0.80 | 0 | 0.22 | 0.13 | 163.73 | 0.72 | 0.52 |
| Hex | 2C | DD | AD | 50 | 0 | 16 | D | A4 | 48 | 34 |
| Octal | 54 | 335 | 255 | 120 | 0 | 26 | 15 | 244 | 110 | 64 |
| Binary | 101100 | 11011101 | 10101101 | 1010000 | 0 | 10110 | 1101 | 10100100 | 1001000 | 110100 |
Color Harmonies of #2CDDAD
Complementary color
Monochromatic Colors of #2CDDAD
Black with #2CDDAD
Text Example
Text Example
White with #2CDDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDDAD; }
p { color: rgb(44,221,173); }
H1.HeaderClassName
{
color: #2CDDAD;
}
.AnyTagClassName
{
color: #2CDDAD;
}
</style>
background-color css
<style>
a { background-color: #2CDDAD; }
a { background-color: rgb(44,221,173); }
div.DivClassName
{
background-color: #2CDDAD;
}
.BgClassName
{
background-color: #2CDDAD;
}
</style>
border-color css
<style>
span { border-color: #2CDDAD; }
span { border-color: rgb(44,221,173); }
td.TdClassName
{
border-color: #2CDDAD;
}
.TagClassName
{
border-color: #2CDDAD;
}
</style>