Shades of Shamrock #20CEAB
Tints of Shamrock #20CEAB
RGB
CMYK
RGB Variations
Color information
#20CEAB (or 0x20CEAB) is known color: Shamrock. HEX triplet: 20, CE and AB. RGB value is (32,206,171). Sum of RGB (Red+Green+Blue) = 32+206+171=409 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.82% from 409); Green value is 206 (80.86% from 255 or 50.37% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 206 - color contains mainly: green. Hex color #20CEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CEAB is #DF3154. Grayscale: #959595. Windows color (decimal): -14627157 or 11259424. OLE color: 11259424.
HSL color Cylindrical-coordinate representation of color #20CEAB: hue angle of 167.93º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CEAB is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 206 | 171 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.19 |
| HSL | 167.93º | 0.73% | 0.47% | - |
| HSV(B) | 167.93º | 0.84% | 0.81% | - |
| XYZ | 30.02 | 47.39 | 46.09 | - |
| YUV | 149.98 | 139.85 | 43.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 206 | 171 | 0.84 | 0 | 0.17 | 0.19 | 167.93 | 0.73 | 0.47 |
| Hex | 20 | CE | AB | 54 | 0 | 11 | 13 | A8 | 49 | 2F |
| Octal | 40 | 316 | 253 | 124 | 0 | 21 | 23 | 250 | 111 | 57 |
| Binary | 100000 | 11001110 | 10101011 | 1010100 | 0 | 10001 | 10011 | 10101000 | 1001001 | 101111 |
Color Harmonies of #20CEAB
Complementary color
Monochromatic Colors of #20CEAB
Black with #20CEAB
Text Example
Text Example
White with #20CEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CEAB; }
p { color: rgb(32,206,171); }
H1.HeaderClassName
{
color: #20CEAB;
}
.AnyTagClassName
{
color: #20CEAB;
}
</style>
background-color css
<style>
a { background-color: #20CEAB; }
a { background-color: rgb(32,206,171); }
div.DivClassName
{
background-color: #20CEAB;
}
.BgClassName
{
background-color: #20CEAB;
}
</style>
border-color css
<style>
span { border-color: #20CEAB; }
span { border-color: rgb(32,206,171); }
td.TdClassName
{
border-color: #20CEAB;
}
.TagClassName
{
border-color: #20CEAB;
}
</style>