Shades of Shamrock #28ECAF
Tints of Shamrock #28ECAF
RGB
CMYK
RGB Variations
Color information
#28ECAF (or 0x28ECAF) is known color: Shamrock. HEX triplet: 28, EC and AF. RGB value is (40,236,175). Sum of RGB (Red+Green+Blue) = 40+236+175=451 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.87% from 451); Green value is 236 (92.58% from 255 or 52.33% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 236 - color contains mainly: green. Hex color #28ECAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28ECAF is #D71350. Grayscale: #AAAAAA. Windows color (decimal): -14095185 or 11529256. OLE color: 11529256.
HSL color Cylindrical-coordinate representation of color #28ECAF: hue angle of 161.33º 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 #28ECAF is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 236 | 175 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.07 |
| HSL | 161.33º | 0.84% | 0.54% | - |
| HSV(B) | 161.33º | 0.83% | 0.93% | - |
| XYZ | 38.61 | 63.54 | 50.79 | - |
| YUV | 170.44 | 130.57 | 34.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 236 | 175 | 0.83 | 0 | 0.26 | 0.07 | 161.33 | 0.84 | 0.54 |
| Hex | 28 | EC | AF | 53 | 0 | 1A | 7 | A1 | 54 | 36 |
| Octal | 50 | 354 | 257 | 123 | 0 | 32 | 7 | 241 | 124 | 66 |
| Binary | 101000 | 11101100 | 10101111 | 1010011 | 0 | 11010 | 111 | 10100001 | 1010100 | 110110 |
Color Harmonies of #28ECAF
Complementary color
Monochromatic Colors of #28ECAF
Black with #28ECAF
Text Example
Text Example
White with #28ECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ECAF; }
p { color: rgb(40,236,175); }
H1.HeaderClassName
{
color: #28ECAF;
}
.AnyTagClassName
{
color: #28ECAF;
}
</style>
background-color css
<style>
a { background-color: #28ECAF; }
a { background-color: rgb(40,236,175); }
div.DivClassName
{
background-color: #28ECAF;
}
.BgClassName
{
background-color: #28ECAF;
}
</style>
border-color css
<style>
span { border-color: #28ECAF; }
span { border-color: rgb(40,236,175); }
td.TdClassName
{
border-color: #28ECAF;
}
.TagClassName
{
border-color: #28ECAF;
}
</style>