Shades of Shamrock #28E2B5
Tints of Shamrock #28E2B5
RGB
CMYK
RGB Variations
Color information
#28E2B5 (or 0x28E2B5) is known color: Shamrock. HEX triplet: 28, E2 and B5. RGB value is (40,226,181). Sum of RGB (Red+Green+Blue) = 40+226+181=447 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.95% from 447); Green value is 226 (88.67% from 255 or 50.56% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 226 - color contains mainly: green. Hex color #28E2B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E2B5 is #D71D4A. Grayscale: #A5A5A5. Windows color (decimal): -14097739 or 11919912. OLE color: 11919912.
HSL color Cylindrical-coordinate representation of color #28E2B5: hue angle of 165.48º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E2B5 is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 226 | 181 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.11 |
| HSL | 165.48º | 0.76% | 0.52% | - |
| HSV(B) | 165.48º | 0.82% | 0.89% | - |
| XYZ | 36.41 | 58.18 | 53.03 | - |
| YUV | 165.26 | 136.88 | 38.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 226 | 181 | 0.82 | 0 | 0.20 | 0.11 | 165.48 | 0.76 | 0.52 |
| Hex | 28 | E2 | B5 | 52 | 0 | 14 | B | A5 | 4C | 34 |
| Octal | 50 | 342 | 265 | 122 | 0 | 24 | 13 | 245 | 114 | 64 |
| Binary | 101000 | 11100010 | 10110101 | 1010010 | 0 | 10100 | 1011 | 10100101 | 1001100 | 110100 |
Color Harmonies of #28E2B5
Complementary color
Monochromatic Colors of #28E2B5
Black with #28E2B5
Text Example
Text Example
White with #28E2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E2B5; }
p { color: rgb(40,226,181); }
H1.HeaderClassName
{
color: #28E2B5;
}
.AnyTagClassName
{
color: #28E2B5;
}
</style>
background-color css
<style>
a { background-color: #28E2B5; }
a { background-color: rgb(40,226,181); }
div.DivClassName
{
background-color: #28E2B5;
}
.BgClassName
{
background-color: #28E2B5;
}
</style>
border-color css
<style>
span { border-color: #28E2B5; }
span { border-color: rgb(40,226,181); }
td.TdClassName
{
border-color: #28E2B5;
}
.TagClassName
{
border-color: #28E2B5;
}
</style>