Shades of Shamrock #28EEA6
Tints of Shamrock #28EEA6
RGB
CMYK
RGB Variations
Color information
#28EEA6 (or 0x28EEA6) is known color: Shamrock. HEX triplet: 28, EE and A6. RGB value is (40,238,166). Sum of RGB (Red+Green+Blue) = 40+238+166=444 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.01% from 444); Green value is 238 (93.36% from 255 or 53.60% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 238 - color contains mainly: green. Hex color #28EEA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28EEA6 is #D71159. Grayscale: #AAAAAA. Windows color (decimal): -14094682 or 10939944. OLE color: 10939944.
HSL color Cylindrical-coordinate representation of color #28EEA6: hue angle of 158.18º 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 #28EEA6 is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 238 | 166 | - |
| CMYK | 0.83 | 0 | 0.30 | 0.07 |
| HSL | 158.18º | 0.85% | 0.55% | - |
| HSV(B) | 158.18º | 0.83% | 0.93% | - |
| XYZ | 38.33 | 64.35 | 46.48 | - |
| YUV | 170.59 | 125.4 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 238 | 166 | 0.83 | 0 | 0.30 | 0.07 | 158.18 | 0.85 | 0.55 |
| Hex | 28 | EE | A6 | 53 | 0 | 1E | 7 | 9E | 55 | 37 |
| Octal | 50 | 356 | 246 | 123 | 0 | 36 | 7 | 236 | 125 | 67 |
| Binary | 101000 | 11101110 | 10100110 | 1010011 | 0 | 11110 | 111 | 10011110 | 1010101 | 110111 |
Color Harmonies of #28EEA6
Complementary color
Monochromatic Colors of #28EEA6
Black with #28EEA6
Text Example
Text Example
White with #28EEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EEA6; }
p { color: rgb(40,238,166); }
H1.HeaderClassName
{
color: #28EEA6;
}
.AnyTagClassName
{
color: #28EEA6;
}
</style>
background-color css
<style>
a { background-color: #28EEA6; }
a { background-color: rgb(40,238,166); }
div.DivClassName
{
background-color: #28EEA6;
}
.BgClassName
{
background-color: #28EEA6;
}
</style>
border-color css
<style>
span { border-color: #28EEA6; }
span { border-color: rgb(40,238,166); }
td.TdClassName
{
border-color: #28EEA6;
}
.TagClassName
{
border-color: #28EEA6;
}
</style>