Shades of Shamrock #28ECAC
Tints of Shamrock #28ECAC
RGB
CMYK
RGB Variations
Color information
#28ECAC (or 0x28ECAC) is known color: Shamrock. HEX triplet: 28, EC and AC. RGB value is (40,236,172). Sum of RGB (Red+Green+Blue) = 40+236+172=448 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.93% from 448); Green value is 236 (92.58% from 255 or 52.68% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 236 - color contains mainly: green. Hex color #28ECAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28ECAC is #D71353. Grayscale: #AAAAAA. Windows color (decimal): -14095188 or 11332648. OLE color: 11332648.
HSL color Cylindrical-coordinate representation of color #28ECAC: hue angle of 160.41º 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 #28ECAC is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 236 | 172 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.07 |
| HSL | 160.41º | 0.84% | 0.54% | - |
| HSV(B) | 160.41º | 0.83% | 0.93% | - |
| XYZ | 38.32 | 63.42 | 49.25 | - |
| YUV | 170.1 | 129.07 | 35.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 236 | 172 | 0.83 | 0 | 0.27 | 0.07 | 160.41 | 0.84 | 0.54 |
| Hex | 28 | EC | AC | 53 | 0 | 1B | 7 | A0 | 54 | 36 |
| Octal | 50 | 354 | 254 | 123 | 0 | 33 | 7 | 240 | 124 | 66 |
| Binary | 101000 | 11101100 | 10101100 | 1010011 | 0 | 11011 | 111 | 10100000 | 1010100 | 110110 |
Color Harmonies of #28ECAC
Complementary color
Monochromatic Colors of #28ECAC
Black with #28ECAC
Text Example
Text Example
White with #28ECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ECAC; }
p { color: rgb(40,236,172); }
H1.HeaderClassName
{
color: #28ECAC;
}
.AnyTagClassName
{
color: #28ECAC;
}
</style>
background-color css
<style>
a { background-color: #28ECAC; }
a { background-color: rgb(40,236,172); }
div.DivClassName
{
background-color: #28ECAC;
}
.BgClassName
{
background-color: #28ECAC;
}
</style>
border-color css
<style>
span { border-color: #28ECAC; }
span { border-color: rgb(40,236,172); }
td.TdClassName
{
border-color: #28ECAC;
}
.TagClassName
{
border-color: #28ECAC;
}
</style>