Shades of Shamrock #28D99F
Tints of Shamrock #28D99F
RGB
CMYK
RGB Variations
Color information
#28D99F (or 0x28D99F) is known color: Shamrock. HEX triplet: 28, D9 and 9F. RGB value is (40,217,159). Sum of RGB (Red+Green+Blue) = 40+217+159=416 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.62% from 416); Green value is 217 (85.16% from 255 or 52.16% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 217 - color contains mainly: green. Hex color #28D99F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28D99F is #D72660. Grayscale: #9D9D9D. Windows color (decimal): -14100065 or 10475816. OLE color: 10475816.
HSL color Cylindrical-coordinate representation of color #28D99F: hue angle of 160.34º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28D99F is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 217 | 159 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.15 |
| HSL | 160.34º | 0.7% | 0.5% | - |
| HSV(B) | 160.34º | 0.82% | 0.85% | - |
| XYZ | 31.95 | 52.58 | 41.27 | - |
| YUV | 157.47 | 128.86 | 44.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 217 | 159 | 0.82 | 0 | 0.27 | 0.15 | 160.34 | 0.7 | 0.5 |
| Hex | 28 | D9 | 9F | 52 | 0 | 1B | F | A0 | 46 | 32 |
| Octal | 50 | 331 | 237 | 122 | 0 | 33 | 17 | 240 | 106 | 62 |
| Binary | 101000 | 11011001 | 10011111 | 1010010 | 0 | 11011 | 1111 | 10100000 | 1000110 | 110010 |
Color Harmonies of #28D99F
Complementary color
Monochromatic Colors of #28D99F
Black with #28D99F
Text Example
Text Example
White with #28D99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D99F; }
p { color: rgb(40,217,159); }
H1.HeaderClassName
{
color: #28D99F;
}
.AnyTagClassName
{
color: #28D99F;
}
</style>
background-color css
<style>
a { background-color: #28D99F; }
a { background-color: rgb(40,217,159); }
div.DivClassName
{
background-color: #28D99F;
}
.BgClassName
{
background-color: #28D99F;
}
</style>
border-color css
<style>
span { border-color: #28D99F; }
span { border-color: rgb(40,217,159); }
td.TdClassName
{
border-color: #28D99F;
}
.TagClassName
{
border-color: #28D99F;
}
</style>