Shades of Shamrock #28DBAF
Tints of Shamrock #28DBAF
RGB
CMYK
RGB Variations
Color information
#28DBAF (or 0x28DBAF) is known color: Shamrock. HEX triplet: 28, DB and AF. RGB value is (40,219,175). Sum of RGB (Red+Green+Blue) = 40+219+175=434 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.22% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #28DBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DBAF is #D72450. Grayscale: #A0A0A0. Windows color (decimal): -14099537 or 11524904. OLE color: 11524904.
HSL color Cylindrical-coordinate representation of color #28DBAF: hue angle of 165.25º 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 #28DBAF is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 219 | 175 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.14 |
| HSL | 165.25º | 0.71% | 0.51% | - |
| HSV(B) | 165.25º | 0.82% | 0.86% | - |
| XYZ | 33.94 | 54.21 | 49.23 | - |
| YUV | 160.46 | 136.2 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 175 | 0.82 | 0 | 0.20 | 0.14 | 165.25 | 0.71 | 0.51 |
| Hex | 28 | DB | AF | 52 | 0 | 14 | E | A5 | 47 | 33 |
| Octal | 50 | 333 | 257 | 122 | 0 | 24 | 16 | 245 | 107 | 63 |
| Binary | 101000 | 11011011 | 10101111 | 1010010 | 0 | 10100 | 1110 | 10100101 | 1000111 | 110011 |
Color Harmonies of #28DBAF
Complementary color
Monochromatic Colors of #28DBAF
Black with #28DBAF
Text Example
Text Example
White with #28DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DBAF; }
p { color: rgb(40,219,175); }
H1.HeaderClassName
{
color: #28DBAF;
}
.AnyTagClassName
{
color: #28DBAF;
}
</style>
background-color css
<style>
a { background-color: #28DBAF; }
a { background-color: rgb(40,219,175); }
div.DivClassName
{
background-color: #28DBAF;
}
.BgClassName
{
background-color: #28DBAF;
}
</style>
border-color css
<style>
span { border-color: #28DBAF; }
span { border-color: rgb(40,219,175); }
td.TdClassName
{
border-color: #28DBAF;
}
.TagClassName
{
border-color: #28DBAF;
}
</style>