Shades of Shamrock #28ECA1
Tints of Shamrock #28ECA1
RGB
CMYK
RGB Variations
Color information
#28ECA1 (or 0x28ECA1) is known color: Shamrock. HEX triplet: 28, EC and A1. RGB value is (40,236,161). Sum of RGB (Red+Green+Blue) = 40+236+161=437 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.15% from 437); Green value is 236 (92.58% from 255 or 54.00% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 236 - color contains mainly: green. Hex color #28ECA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28ECA1 is #D7135E. Grayscale: #A8A8A8. Windows color (decimal): -14095199 or 10611752. OLE color: 10611752.
HSL color Cylindrical-coordinate representation of color #28ECA1: hue angle of 157.04º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28ECA1 is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 236 | 161 | - |
| CMYK | 0.83 | 0 | 0.32 | 0.07 |
| HSL | 157.04º | 0.84% | 0.54% | - |
| HSV(B) | 157.04º | 0.83% | 0.93% | - |
| XYZ | 37.3 | 63.02 | 43.92 | - |
| YUV | 168.85 | 123.57 | 36.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 236 | 161 | 0.83 | 0 | 0.32 | 0.07 | 157.04 | 0.84 | 0.54 |
| Hex | 28 | EC | A1 | 53 | 0 | 20 | 7 | 9D | 54 | 36 |
| Octal | 50 | 354 | 241 | 123 | 0 | 40 | 7 | 235 | 124 | 66 |
| Binary | 101000 | 11101100 | 10100001 | 1010011 | 0 | 100000 | 111 | 10011101 | 1010100 | 110110 |
Color Harmonies of #28ECA1
Complementary color
Monochromatic Colors of #28ECA1
Black with #28ECA1
Text Example
Text Example
White with #28ECA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ECA1; }
p { color: rgb(40,236,161); }
H1.HeaderClassName
{
color: #28ECA1;
}
.AnyTagClassName
{
color: #28ECA1;
}
</style>
background-color css
<style>
a { background-color: #28ECA1; }
a { background-color: rgb(40,236,161); }
div.DivClassName
{
background-color: #28ECA1;
}
.BgClassName
{
background-color: #28ECA1;
}
</style>
border-color css
<style>
span { border-color: #28ECA1; }
span { border-color: rgb(40,236,161); }
td.TdClassName
{
border-color: #28ECA1;
}
.TagClassName
{
border-color: #28ECA1;
}
</style>