Shades of Shamrock #20D6B7
Tints of Shamrock #20D6B7
RGB
CMYK
RGB Variations
Color information
#20D6B7 (or 0x20D6B7) is known color: Shamrock. HEX triplet: 20, D6 and B7. RGB value is (32,214,183). Sum of RGB (Red+Green+Blue) = 32+214+183=429 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.46% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 183 (71.88% from 255 or 42.66% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #20D6B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D6B7 is #DF2948. Grayscale: #9B9B9B. Windows color (decimal): -14625097 or 12047904. OLE color: 12047904.
HSL color Cylindrical-coordinate representation of color #20D6B7: hue angle of 169.78º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D6B7 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 214 | 183 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.16 |
| HSL | 169.78º | 0.74% | 0.48% | - |
| HSV(B) | 169.78º | 0.85% | 0.84% | - |
| XYZ | 33.19 | 51.82 | 53.05 | - |
| YUV | 156.05 | 143.2 | 39.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 214 | 183 | 0.85 | 0 | 0.14 | 0.16 | 169.78 | 0.74 | 0.48 |
| Hex | 20 | D6 | B7 | 55 | 0 | E | 10 | AA | 4A | 30 |
| Octal | 40 | 326 | 267 | 125 | 0 | 16 | 20 | 252 | 112 | 60 |
| Binary | 100000 | 11010110 | 10110111 | 1010101 | 0 | 1110 | 10000 | 10101010 | 1001010 | 110000 |
Color Harmonies of #20D6B7
Complementary color
Monochromatic Colors of #20D6B7
Black with #20D6B7
Text Example
Text Example
White with #20D6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D6B7; }
p { color: rgb(32,214,183); }
H1.HeaderClassName
{
color: #20D6B7;
}
.AnyTagClassName
{
color: #20D6B7;
}
</style>
background-color css
<style>
a { background-color: #20D6B7; }
a { background-color: rgb(32,214,183); }
div.DivClassName
{
background-color: #20D6B7;
}
.BgClassName
{
background-color: #20D6B7;
}
</style>
border-color css
<style>
span { border-color: #20D6B7; }
span { border-color: rgb(32,214,183); }
td.TdClassName
{
border-color: #20D6B7;
}
.TagClassName
{
border-color: #20D6B7;
}
</style>