Shades of Shamrock #28EA8F
Tints of Shamrock #28EA8F
RGB
CMYK
RGB Variations
Color information
#28EA8F (or 0x28EA8F) is known color: Shamrock. HEX triplet: 28, EA and 8F. RGB value is (40,234,143). Sum of RGB (Red+Green+Blue) = 40+234+143=417 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.59% from 417); Green value is 234 (91.80% from 255 or 56.12% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 234 - color contains mainly: green. Hex color #28EA8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28EA8F is #D71570. Grayscale: #A5A5A5. Windows color (decimal): -14095729 or 9431592. OLE color: 9431592.
HSL color Cylindrical-coordinate representation of color #28EA8F: hue angle of 151.86º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EA8F is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 234 | 143 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.08 |
| HSL | 151.86º | 0.82% | 0.54% | - |
| HSV(B) | 151.86º | 0.83% | 0.92% | - |
| XYZ | 35.26 | 61.28 | 35.96 | - |
| YUV | 165.62 | 115.23 | 38.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 234 | 143 | 0.83 | 0 | 0.39 | 0.08 | 151.86 | 0.82 | 0.54 |
| Hex | 28 | EA | 8F | 53 | 0 | 27 | 8 | 98 | 52 | 36 |
| Octal | 50 | 352 | 217 | 123 | 0 | 47 | 10 | 230 | 122 | 66 |
| Binary | 101000 | 11101010 | 10001111 | 1010011 | 0 | 100111 | 1000 | 10011000 | 1010010 | 110110 |
Color Harmonies of #28EA8F
Complementary color
Monochromatic Colors of #28EA8F
Black with #28EA8F
Text Example
Text Example
White with #28EA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EA8F; }
p { color: rgb(40,234,143); }
H1.HeaderClassName
{
color: #28EA8F;
}
.AnyTagClassName
{
color: #28EA8F;
}
</style>
background-color css
<style>
a { background-color: #28EA8F; }
a { background-color: rgb(40,234,143); }
div.DivClassName
{
background-color: #28EA8F;
}
.BgClassName
{
background-color: #28EA8F;
}
</style>
border-color css
<style>
span { border-color: #28EA8F; }
span { border-color: rgb(40,234,143); }
td.TdClassName
{
border-color: #28EA8F;
}
.TagClassName
{
border-color: #28EA8F;
}
</style>