Shades of Shamrock #28DBA6
Tints of Shamrock #28DBA6
RGB
CMYK
RGB Variations
Color information
#28DBA6 (or 0x28DBA6) is known color: Shamrock. HEX triplet: 28, DB and A6. RGB value is (40,219,166). Sum of RGB (Red+Green+Blue) = 40+219+166=425 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.41% from 425); Green value is 219 (85.94% from 255 or 51.53% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 219 - color contains mainly: green. Hex color #28DBA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DBA6 is #D72459. Grayscale: #9F9F9F. Windows color (decimal): -14099546 or 10935080. OLE color: 10935080.
HSL color Cylindrical-coordinate representation of color #28DBA6: hue angle of 162.23º degrees, saturation: 0.71, 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 #28DBA6 is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 219 | 166 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.14 |
| HSL | 162.23º | 0.71% | 0.51% | - |
| HSV(B) | 162.23º | 0.82% | 0.86% | - |
| XYZ | 33.09 | 53.87 | 44.73 | - |
| YUV | 159.44 | 131.7 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 166 | 0.82 | 0 | 0.24 | 0.14 | 162.23 | 0.71 | 0.51 |
| Hex | 28 | DB | A6 | 52 | 0 | 18 | E | A2 | 47 | 33 |
| Octal | 50 | 333 | 246 | 122 | 0 | 30 | 16 | 242 | 107 | 63 |
| Binary | 101000 | 11011011 | 10100110 | 1010010 | 0 | 11000 | 1110 | 10100010 | 1000111 | 110011 |
Color Harmonies of #28DBA6
Complementary color
Monochromatic Colors of #28DBA6
Black with #28DBA6
Text Example
Text Example
White with #28DBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DBA6; }
p { color: rgb(40,219,166); }
H1.HeaderClassName
{
color: #28DBA6;
}
.AnyTagClassName
{
color: #28DBA6;
}
</style>
background-color css
<style>
a { background-color: #28DBA6; }
a { background-color: rgb(40,219,166); }
div.DivClassName
{
background-color: #28DBA6;
}
.BgClassName
{
background-color: #28DBA6;
}
</style>
border-color css
<style>
span { border-color: #28DBA6; }
span { border-color: rgb(40,219,166); }
td.TdClassName
{
border-color: #28DBA6;
}
.TagClassName
{
border-color: #28DBA6;
}
</style>