Shades of Shamrock #28DBAD
Tints of Shamrock #28DBAD
RGB
CMYK
RGB Variations
Color information
#28DBAD (or 0x28DBAD) is known color: Shamrock. HEX triplet: 28, DB and AD. RGB value is (40,219,173). Sum of RGB (Red+Green+Blue) = 40+219+173=432 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.26% from 432); Green value is 219 (85.94% from 255 or 50.69% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 219 - color contains mainly: green. Hex color #28DBAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DBAD is #D72452. Grayscale: #A0A0A0. Windows color (decimal): -14099539 or 11393832. OLE color: 11393832.
HSL color Cylindrical-coordinate representation of color #28DBAD: hue angle of 164.58º 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 #28DBAD is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 219 | 173 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.14 |
| HSL | 164.58º | 0.71% | 0.51% | - |
| HSV(B) | 164.58º | 0.82% | 0.86% | - |
| XYZ | 33.75 | 54.13 | 48.2 | - |
| YUV | 160.24 | 135.2 | 42.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 173 | 0.82 | 0 | 0.21 | 0.14 | 164.58 | 0.71 | 0.51 |
| Hex | 28 | DB | AD | 52 | 0 | 15 | E | A5 | 47 | 33 |
| Octal | 50 | 333 | 255 | 122 | 0 | 25 | 16 | 245 | 107 | 63 |
| Binary | 101000 | 11011011 | 10101101 | 1010010 | 0 | 10101 | 1110 | 10100101 | 1000111 | 110011 |
Color Harmonies of #28DBAD
Complementary color
Monochromatic Colors of #28DBAD
Black with #28DBAD
Text Example
Text Example
White with #28DBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DBAD; }
p { color: rgb(40,219,173); }
H1.HeaderClassName
{
color: #28DBAD;
}
.AnyTagClassName
{
color: #28DBAD;
}
</style>
background-color css
<style>
a { background-color: #28DBAD; }
a { background-color: rgb(40,219,173); }
div.DivClassName
{
background-color: #28DBAD;
}
.BgClassName
{
background-color: #28DBAD;
}
</style>
border-color css
<style>
span { border-color: #28DBAD; }
span { border-color: rgb(40,219,173); }
td.TdClassName
{
border-color: #28DBAD;
}
.TagClassName
{
border-color: #28DBAD;
}
</style>