Shades of Shamrock #20DFB4
Tints of Shamrock #20DFB4
RGB
CMYK
RGB Variations
Color information
#20DFB4 (or 0x20DFB4) is known color: Shamrock. HEX triplet: 20, DF and B4. RGB value is (32,223,180). Sum of RGB (Red+Green+Blue) = 32+223+180=435 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.36% from 435); Green value is 223 (87.5% from 255 or 51.26% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 223 - color contains mainly: green. Hex color #20DFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DFB4 is #DF204B. Grayscale: #A0A0A0. Windows color (decimal): -14622796 or 11853600. OLE color: 11853600.
HSL color Cylindrical-coordinate representation of color #20DFB4: hue angle of 166.49º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DFB4 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 223 | 180 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.13 |
| HSL | 166.49º | 0.75% | 0.5% | - |
| HSV(B) | 166.49º | 0.86% | 0.87% | - |
| XYZ | 35.22 | 56.38 | 52.21 | - |
| YUV | 160.99 | 138.72 | 36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 223 | 180 | 0.86 | 0 | 0.19 | 0.13 | 166.49 | 0.75 | 0.5 |
| Hex | 20 | DF | B4 | 56 | 0 | 13 | D | A6 | 4B | 32 |
| Octal | 40 | 337 | 264 | 126 | 0 | 23 | 15 | 246 | 113 | 62 |
| Binary | 100000 | 11011111 | 10110100 | 1010110 | 0 | 10011 | 1101 | 10100110 | 1001011 | 110010 |
Color Harmonies of #20DFB4
Complementary color
Monochromatic Colors of #20DFB4
Black with #20DFB4
Text Example
Text Example
White with #20DFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DFB4; }
p { color: rgb(32,223,180); }
H1.HeaderClassName
{
color: #20DFB4;
}
.AnyTagClassName
{
color: #20DFB4;
}
</style>
background-color css
<style>
a { background-color: #20DFB4; }
a { background-color: rgb(32,223,180); }
div.DivClassName
{
background-color: #20DFB4;
}
.BgClassName
{
background-color: #20DFB4;
}
</style>
border-color css
<style>
span { border-color: #20DFB4; }
span { border-color: rgb(32,223,180); }
td.TdClassName
{
border-color: #20DFB4;
}
.TagClassName
{
border-color: #20DFB4;
}
</style>