Shades of Shamrock #20CFA5
Tints of Shamrock #20CFA5
RGB
CMYK
RGB Variations
Color information
#20CFA5 (or 0x20CFA5) is known color: Shamrock. HEX triplet: 20, CF and A5. RGB value is (32,207,165). Sum of RGB (Red+Green+Blue) = 32+207+165=404 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.92% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #20CFA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CFA5 is #DF305A. Grayscale: #959595. Windows color (decimal): -14626907 or 10866464. OLE color: 10866464.
HSL color Cylindrical-coordinate representation of color #20CFA5: hue angle of 165.6º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CFA5 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 207 | 165 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.19 |
| HSL | 165.6º | 0.73% | 0.47% | - |
| HSV(B) | 165.6º | 0.85% | 0.81% | - |
| XYZ | 29.7 | 47.65 | 43.23 | - |
| YUV | 149.89 | 136.52 | 43.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 207 | 165 | 0.85 | 0 | 0.20 | 0.19 | 165.6 | 0.73 | 0.47 |
| Hex | 20 | CF | A5 | 55 | 0 | 14 | 13 | A6 | 49 | 2F |
| Octal | 40 | 317 | 245 | 125 | 0 | 24 | 23 | 246 | 111 | 57 |
| Binary | 100000 | 11001111 | 10100101 | 1010101 | 0 | 10100 | 10011 | 10100110 | 1001001 | 101111 |
Color Harmonies of #20CFA5
Complementary color
Monochromatic Colors of #20CFA5
Black with #20CFA5
Text Example
Text Example
White with #20CFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CFA5; }
p { color: rgb(32,207,165); }
H1.HeaderClassName
{
color: #20CFA5;
}
.AnyTagClassName
{
color: #20CFA5;
}
</style>
background-color css
<style>
a { background-color: #20CFA5; }
a { background-color: rgb(32,207,165); }
div.DivClassName
{
background-color: #20CFA5;
}
.BgClassName
{
background-color: #20CFA5;
}
</style>
border-color css
<style>
span { border-color: #20CFA5; }
span { border-color: rgb(32,207,165); }
td.TdClassName
{
border-color: #20CFA5;
}
.TagClassName
{
border-color: #20CFA5;
}
</style>