Shades of Shamrock #28EBA1
Tints of Shamrock #28EBA1
RGB
CMYK
RGB Variations
Color information
#28EBA1 (or 0x28EBA1) is known color: Shamrock. HEX triplet: 28, EB and A1. RGB value is (40,235,161). Sum of RGB (Red+Green+Blue) = 40+235+161=436 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.17% from 436); Green value is 235 (92.19% from 255 or 53.90% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 235 - color contains mainly: green. Hex color #28EBA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28EBA1 is #D7145E. Grayscale: #A8A8A8. Windows color (decimal): -14095455 or 10611496. OLE color: 10611496.
HSL color Cylindrical-coordinate representation of color #28EBA1: hue angle of 157.23º degrees, saturation: 0.83, 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 #28EBA1 is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 235 | 161 | - |
| CMYK | 0.83 | 0 | 0.31 | 0.08 |
| HSL | 157.23º | 0.83% | 0.54% | - |
| HSV(B) | 157.23º | 0.83% | 0.92% | - |
| XYZ | 37.02 | 62.44 | 43.82 | - |
| YUV | 168.26 | 123.9 | 36.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 235 | 161 | 0.83 | 0 | 0.31 | 0.08 | 157.23 | 0.83 | 0.54 |
| Hex | 28 | EB | A1 | 53 | 0 | 1F | 8 | 9D | 53 | 36 |
| Octal | 50 | 353 | 241 | 123 | 0 | 37 | 10 | 235 | 123 | 66 |
| Binary | 101000 | 11101011 | 10100001 | 1010011 | 0 | 11111 | 1000 | 10011101 | 1010011 | 110110 |
Color Harmonies of #28EBA1
Complementary color
Monochromatic Colors of #28EBA1
Black with #28EBA1
Text Example
Text Example
White with #28EBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EBA1; }
p { color: rgb(40,235,161); }
H1.HeaderClassName
{
color: #28EBA1;
}
.AnyTagClassName
{
color: #28EBA1;
}
</style>
background-color css
<style>
a { background-color: #28EBA1; }
a { background-color: rgb(40,235,161); }
div.DivClassName
{
background-color: #28EBA1;
}
.BgClassName
{
background-color: #28EBA1;
}
</style>
border-color css
<style>
span { border-color: #28EBA1; }
span { border-color: rgb(40,235,161); }
td.TdClassName
{
border-color: #28EBA1;
}
.TagClassName
{
border-color: #28EBA1;
}
</style>