Shades of Shamrock #2CDFAD
Tints of Shamrock #2CDFAD
RGB
CMYK
RGB Variations
Color information
#2CDFAD (or 0x2CDFAD) is known color: Shamrock. HEX triplet: 2C, DF and AD. RGB value is (44,223,173). Sum of RGB (Red+Green+Blue) = 44+223+173=440 (58% of max value = 765). Red value is 44 (17.58% from 255 or 10% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #2CDFAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CDFAD is #D32052. Grayscale: #A3A3A3. Windows color (decimal): -13836371 or 11394860. OLE color: 11394860.
HSL color Cylindrical-coordinate representation of color #2CDFAD: hue angle of 163.24º degrees, saturation: 0.74, 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 #2CDFAD is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 223 | 173 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.13 |
| HSL | 163.24º | 0.74% | 0.52% | - |
| HSV(B) | 163.24º | 0.8% | 0.87% | - |
| XYZ | 34.97 | 56.33 | 48.56 | - |
| YUV | 163.78 | 133.2 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 223 | 173 | 0.80 | 0 | 0.22 | 0.13 | 163.24 | 0.74 | 0.52 |
| Hex | 2C | DF | AD | 50 | 0 | 16 | D | A3 | 4A | 34 |
| Octal | 54 | 337 | 255 | 120 | 0 | 26 | 15 | 243 | 112 | 64 |
| Binary | 101100 | 11011111 | 10101101 | 1010000 | 0 | 10110 | 1101 | 10100011 | 1001010 | 110100 |
Color Harmonies of #2CDFAD
Complementary color
Monochromatic Colors of #2CDFAD
Black with #2CDFAD
Text Example
Text Example
White with #2CDFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDFAD; }
p { color: rgb(44,223,173); }
H1.HeaderClassName
{
color: #2CDFAD;
}
.AnyTagClassName
{
color: #2CDFAD;
}
</style>
background-color css
<style>
a { background-color: #2CDFAD; }
a { background-color: rgb(44,223,173); }
div.DivClassName
{
background-color: #2CDFAD;
}
.BgClassName
{
background-color: #2CDFAD;
}
</style>
border-color css
<style>
span { border-color: #2CDFAD; }
span { border-color: rgb(44,223,173); }
td.TdClassName
{
border-color: #2CDFAD;
}
.TagClassName
{
border-color: #2CDFAD;
}
</style>