Shades of Shamrock #28D8AC
Tints of Shamrock #28D8AC
RGB
CMYK
RGB Variations
Color information
#28D8AC (or 0x28D8AC) is known color: Shamrock. HEX triplet: 28, D8 and AC. RGB value is (40,216,172). Sum of RGB (Red+Green+Blue) = 40+216+172=428 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.35% from 428); Green value is 216 (84.77% from 255 or 50.47% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 216 - color contains mainly: green. Hex color #28D8AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28D8AC is #D72753. Grayscale: #9E9E9E. Windows color (decimal): -14100308 or 11327528. OLE color: 11327528.
HSL color Cylindrical-coordinate representation of color #28D8AC: hue angle of 165º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D8AC is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 216 | 172 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.15 |
| HSL | 165º | 0.69% | 0.5% | - |
| HSV(B) | 165º | 0.81% | 0.85% | - |
| XYZ | 32.88 | 52.54 | 47.44 | - |
| YUV | 158.36 | 135.69 | 43.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 216 | 172 | 0.81 | 0 | 0.20 | 0.15 | 165 | 0.69 | 0.5 |
| Hex | 28 | D8 | AC | 51 | 0 | 14 | F | A5 | 45 | 32 |
| Octal | 50 | 330 | 254 | 121 | 0 | 24 | 17 | 245 | 105 | 62 |
| Binary | 101000 | 11011000 | 10101100 | 1010001 | 0 | 10100 | 1111 | 10100101 | 1000101 | 110010 |
Color Harmonies of #28D8AC
Complementary color
Monochromatic Colors of #28D8AC
Black with #28D8AC
Text Example
Text Example
White with #28D8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D8AC; }
p { color: rgb(40,216,172); }
H1.HeaderClassName
{
color: #28D8AC;
}
.AnyTagClassName
{
color: #28D8AC;
}
</style>
background-color css
<style>
a { background-color: #28D8AC; }
a { background-color: rgb(40,216,172); }
div.DivClassName
{
background-color: #28D8AC;
}
.BgClassName
{
background-color: #28D8AC;
}
</style>
border-color css
<style>
span { border-color: #28D8AC; }
span { border-color: rgb(40,216,172); }
td.TdClassName
{
border-color: #28D8AC;
}
.TagClassName
{
border-color: #28D8AC;
}
</style>