Shades of Shamrock #20C09B
Tints of Shamrock #20C09B
RGB
CMYK
RGB Variations
Color information
#20C09B (or 0x20C09B) is known color: Shamrock. HEX triplet: 20, C0 and 9B. RGB value is (32,192,155). Sum of RGB (Red+Green+Blue) = 32+192+155=379 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.44% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #20C09B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C09B is #DF3F64. Grayscale: #8B8B8B. Windows color (decimal): -14630757 or 10207264. OLE color: 10207264.
HSL color Cylindrical-coordinate representation of color #20C09B: hue angle of 166.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C09B is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 192 | 155 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.25 |
| HSL | 166.13º | 0.71% | 0.44% | - |
| HSV(B) | 166.13º | 0.83% | 0.75% | - |
| XYZ | 25.36 | 40.37 | 37.47 | - |
| YUV | 139.94 | 136.49 | 51.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 155 | 0.83 | 0 | 0.19 | 0.25 | 166.13 | 0.71 | 0.44 |
| Hex | 20 | C0 | 9B | 53 | 0 | 13 | 19 | A6 | 47 | 2C |
| Octal | 40 | 300 | 233 | 123 | 0 | 23 | 31 | 246 | 107 | 54 |
| Binary | 100000 | 11000000 | 10011011 | 1010011 | 0 | 10011 | 11001 | 10100110 | 1000111 | 101100 |
Color Harmonies of #20C09B
Complementary color
Monochromatic Colors of #20C09B
Black with #20C09B
Text Example
Text Example
White with #20C09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C09B; }
p { color: rgb(32,192,155); }
H1.HeaderClassName
{
color: #20C09B;
}
.AnyTagClassName
{
color: #20C09B;
}
</style>
background-color css
<style>
a { background-color: #20C09B; }
a { background-color: rgb(32,192,155); }
div.DivClassName
{
background-color: #20C09B;
}
.BgClassName
{
background-color: #20C09B;
}
</style>
border-color css
<style>
span { border-color: #20C09B; }
span { border-color: rgb(32,192,155); }
td.TdClassName
{
border-color: #20C09B;
}
.TagClassName
{
border-color: #20C09B;
}
</style>