Shades of Shamrock #28DCAB
Tints of Shamrock #28DCAB
RGB
CMYK
RGB Variations
Color information
#28DCAB (or 0x28DCAB) is known color: Shamrock. HEX triplet: 28, DC and AB. RGB value is (40,220,171). Sum of RGB (Red+Green+Blue) = 40+220+171=431 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.28% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #28DCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DCAB is #D72354. Grayscale: #A0A0A0. Windows color (decimal): -14099285 or 11263016. OLE color: 11263016.
HSL color Cylindrical-coordinate representation of color #28DCAB: hue angle of 163.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DCAB is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 171 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.14 |
| HSL | 163.67º | 0.72% | 0.51% | - |
| HSV(B) | 163.67º | 0.82% | 0.86% | - |
| XYZ | 33.82 | 54.58 | 47.28 | - |
| YUV | 160.59 | 133.87 | 41.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 171 | 0.82 | 0 | 0.22 | 0.14 | 163.67 | 0.72 | 0.51 |
| Hex | 28 | DC | AB | 52 | 0 | 16 | E | A4 | 48 | 33 |
| Octal | 50 | 334 | 253 | 122 | 0 | 26 | 16 | 244 | 110 | 63 |
| Binary | 101000 | 11011100 | 10101011 | 1010010 | 0 | 10110 | 1110 | 10100100 | 1001000 | 110011 |
Color Harmonies of #28DCAB
Complementary color
Monochromatic Colors of #28DCAB
Black with #28DCAB
Text Example
Text Example
White with #28DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DCAB; }
p { color: rgb(40,220,171); }
H1.HeaderClassName
{
color: #28DCAB;
}
.AnyTagClassName
{
color: #28DCAB;
}
</style>
background-color css
<style>
a { background-color: #28DCAB; }
a { background-color: rgb(40,220,171); }
div.DivClassName
{
background-color: #28DCAB;
}
.BgClassName
{
background-color: #28DCAB;
}
</style>
border-color css
<style>
span { border-color: #28DCAB; }
span { border-color: rgb(40,220,171); }
td.TdClassName
{
border-color: #28DCAB;
}
.TagClassName
{
border-color: #28DCAB;
}
</style>