Shades of Shamrock #28EEA1
Tints of Shamrock #28EEA1
RGB
CMYK
RGB Variations
Color information
#28EEA1 (or 0x28EEA1) is known color: Shamrock. HEX triplet: 28, EE and A1. RGB value is (40,238,161). Sum of RGB (Red+Green+Blue) = 40+238+161=439 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.11% from 439); Green value is 238 (93.36% from 255 or 54.21% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 238 - color contains mainly: green. Hex color #28EEA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28EEA1 is #D7115E. Grayscale: #AAAAAA. Windows color (decimal): -14094687 or 10612264. OLE color: 10612264.
HSL color Cylindrical-coordinate representation of color #28EEA1: hue angle of 156.67º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EEA1 is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 238 | 161 | - |
| CMYK | 0.83 | 0 | 0.32 | 0.07 |
| HSL | 156.67º | 0.85% | 0.55% | - |
| HSV(B) | 156.67º | 0.83% | 0.93% | - |
| XYZ | 37.88 | 64.17 | 44.11 | - |
| YUV | 170.02 | 122.9 | 35.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 238 | 161 | 0.83 | 0 | 0.32 | 0.07 | 156.67 | 0.85 | 0.55 |
| Hex | 28 | EE | A1 | 53 | 0 | 20 | 7 | 9D | 55 | 37 |
| Octal | 50 | 356 | 241 | 123 | 0 | 40 | 7 | 235 | 125 | 67 |
| Binary | 101000 | 11101110 | 10100001 | 1010011 | 0 | 100000 | 111 | 10011101 | 1010101 | 110111 |
Color Harmonies of #28EEA1
Complementary color
Monochromatic Colors of #28EEA1
Black with #28EEA1
Text Example
Text Example
White with #28EEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EEA1; }
p { color: rgb(40,238,161); }
H1.HeaderClassName
{
color: #28EEA1;
}
.AnyTagClassName
{
color: #28EEA1;
}
</style>
background-color css
<style>
a { background-color: #28EEA1; }
a { background-color: rgb(40,238,161); }
div.DivClassName
{
background-color: #28EEA1;
}
.BgClassName
{
background-color: #28EEA1;
}
</style>
border-color css
<style>
span { border-color: #28EEA1; }
span { border-color: rgb(40,238,161); }
td.TdClassName
{
border-color: #28EEA1;
}
.TagClassName
{
border-color: #28EEA1;
}
</style>