Shades of Shamrock #28DBA4
Tints of Shamrock #28DBA4
RGB
CMYK
RGB Variations
Color information
#28DBA4 (or 0x28DBA4) is known color: Shamrock. HEX triplet: 28, DB and A4. RGB value is (40,219,164). Sum of RGB (Red+Green+Blue) = 40+219+164=423 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.46% from 423); Green value is 219 (85.94% from 255 or 51.77% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 219 - color contains mainly: green. Hex color #28DBA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DBA4 is #D7245B. Grayscale: #9F9F9F. Windows color (decimal): -14099548 or 10804008. OLE color: 10804008.
HSL color Cylindrical-coordinate representation of color #28DBA4: hue angle of 161.56º 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 #28DBA4 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 219 | 164 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.14 |
| HSL | 161.56º | 0.71% | 0.51% | - |
| HSV(B) | 161.56º | 0.82% | 0.86% | - |
| XYZ | 32.91 | 53.79 | 43.77 | - |
| YUV | 159.21 | 130.7 | 42.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 164 | 0.82 | 0 | 0.25 | 0.14 | 161.56 | 0.71 | 0.51 |
| Hex | 28 | DB | A4 | 52 | 0 | 19 | E | A2 | 47 | 33 |
| Octal | 50 | 333 | 244 | 122 | 0 | 31 | 16 | 242 | 107 | 63 |
| Binary | 101000 | 11011011 | 10100100 | 1010010 | 0 | 11001 | 1110 | 10100010 | 1000111 | 110011 |
Color Harmonies of #28DBA4
Complementary color
Monochromatic Colors of #28DBA4
Black with #28DBA4
Text Example
Text Example
White with #28DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DBA4; }
p { color: rgb(40,219,164); }
H1.HeaderClassName
{
color: #28DBA4;
}
.AnyTagClassName
{
color: #28DBA4;
}
</style>
background-color css
<style>
a { background-color: #28DBA4; }
a { background-color: rgb(40,219,164); }
div.DivClassName
{
background-color: #28DBA4;
}
.BgClassName
{
background-color: #28DBA4;
}
</style>
border-color css
<style>
span { border-color: #28DBA4; }
span { border-color: rgb(40,219,164); }
td.TdClassName
{
border-color: #28DBA4;
}
.TagClassName
{
border-color: #28DBA4;
}
</style>