Shades of Shamrock #28E3A3
Tints of Shamrock #28E3A3
RGB
CMYK
RGB Variations
Color information
#28E3A3 (or 0x28E3A3) is known color: Shamrock. HEX triplet: 28, E3 and A3. RGB value is (40,227,163). Sum of RGB (Red+Green+Blue) = 40+227+163=430 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.30% from 430); Green value is 227 (89.06% from 255 or 52.79% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 227 - color contains mainly: green. Hex color #28E3A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28E3A3 is #D71C5C. Grayscale: #A3A3A3. Windows color (decimal): -14097501 or 10740520. OLE color: 10740520.
HSL color Cylindrical-coordinate representation of color #28E3A3: hue angle of 159.47º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E3A3 is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 227 | 163 | - |
| CMYK | 0.82 | 0 | 0.28 | 0.11 |
| HSL | 159.47º | 0.77% | 0.52% | - |
| HSV(B) | 159.47º | 0.82% | 0.89% | - |
| XYZ | 34.96 | 58.03 | 44.01 | - |
| YUV | 163.79 | 127.55 | 39.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 227 | 163 | 0.82 | 0 | 0.28 | 0.11 | 159.47 | 0.77 | 0.52 |
| Hex | 28 | E3 | A3 | 52 | 0 | 1C | B | 9F | 4D | 34 |
| Octal | 50 | 343 | 243 | 122 | 0 | 34 | 13 | 237 | 115 | 64 |
| Binary | 101000 | 11100011 | 10100011 | 1010010 | 0 | 11100 | 1011 | 10011111 | 1001101 | 110100 |
Color Harmonies of #28E3A3
Complementary color
Monochromatic Colors of #28E3A3
Black with #28E3A3
Text Example
Text Example
White with #28E3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E3A3; }
p { color: rgb(40,227,163); }
H1.HeaderClassName
{
color: #28E3A3;
}
.AnyTagClassName
{
color: #28E3A3;
}
</style>
background-color css
<style>
a { background-color: #28E3A3; }
a { background-color: rgb(40,227,163); }
div.DivClassName
{
background-color: #28E3A3;
}
.BgClassName
{
background-color: #28E3A3;
}
</style>
border-color css
<style>
span { border-color: #28E3A3; }
span { border-color: rgb(40,227,163); }
td.TdClassName
{
border-color: #28E3A3;
}
.TagClassName
{
border-color: #28E3A3;
}
</style>