Shades of Shamrock #28EBAB
Tints of Shamrock #28EBAB
RGB
CMYK
RGB Variations
Color information
#28EBAB (or 0x28EBAB) is known color: Shamrock. HEX triplet: 28, EB and AB. RGB value is (40,235,171). Sum of RGB (Red+Green+Blue) = 40+235+171=446 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.97% from 446); Green value is 235 (92.19% from 255 or 52.69% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 235 - color contains mainly: green. Hex color #28EBAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28EBAB is #D71454. Grayscale: #A9A9A9. Windows color (decimal): -14095445 or 11266856. OLE color: 11266856.
HSL color Cylindrical-coordinate representation of color #28EBAB: hue angle of 160.31º 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 #28EBAB is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 235 | 171 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.08 |
| HSL | 160.31º | 0.83% | 0.54% | - |
| HSV(B) | 160.31º | 0.83% | 0.92% | - |
| XYZ | 37.93 | 62.81 | 48.65 | - |
| YUV | 169.4 | 128.9 | 35.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 235 | 171 | 0.83 | 0 | 0.27 | 0.08 | 160.31 | 0.83 | 0.54 |
| Hex | 28 | EB | AB | 53 | 0 | 1B | 8 | A0 | 53 | 36 |
| Octal | 50 | 353 | 253 | 123 | 0 | 33 | 10 | 240 | 123 | 66 |
| Binary | 101000 | 11101011 | 10101011 | 1010011 | 0 | 11011 | 1000 | 10100000 | 1010011 | 110110 |
Color Harmonies of #28EBAB
Complementary color
Monochromatic Colors of #28EBAB
Black with #28EBAB
Text Example
Text Example
White with #28EBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EBAB; }
p { color: rgb(40,235,171); }
H1.HeaderClassName
{
color: #28EBAB;
}
.AnyTagClassName
{
color: #28EBAB;
}
</style>
background-color css
<style>
a { background-color: #28EBAB; }
a { background-color: rgb(40,235,171); }
div.DivClassName
{
background-color: #28EBAB;
}
.BgClassName
{
background-color: #28EBAB;
}
</style>
border-color css
<style>
span { border-color: #28EBAB; }
span { border-color: rgb(40,235,171); }
td.TdClassName
{
border-color: #28EBAB;
}
.TagClassName
{
border-color: #28EBAB;
}
</style>