Shades of Shamrock #28DFAB
Tints of Shamrock #28DFAB
RGB
CMYK
RGB Variations
Color information
#28DFAB (or 0x28DFAB) is known color: Shamrock. HEX triplet: 28, DF and AB. RGB value is (40,223,171). Sum of RGB (Red+Green+Blue) = 40+223+171=434 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.22% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #28DFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DFAB is #D72054. Grayscale: #A2A2A2. Windows color (decimal): -14098517 or 11263784. OLE color: 11263784.
HSL color Cylindrical-coordinate representation of color #28DFAB: hue angle of 162.95º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DFAB is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 223 | 171 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.13 |
| HSL | 162.95º | 0.74% | 0.52% | - |
| HSV(B) | 162.95º | 0.82% | 0.87% | - |
| XYZ | 34.61 | 56.17 | 47.55 | - |
| YUV | 162.36 | 132.87 | 40.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 171 | 0.82 | 0 | 0.23 | 0.13 | 162.95 | 0.74 | 0.52 |
| Hex | 28 | DF | AB | 52 | 0 | 17 | D | A3 | 4A | 34 |
| Octal | 50 | 337 | 253 | 122 | 0 | 27 | 15 | 243 | 112 | 64 |
| Binary | 101000 | 11011111 | 10101011 | 1010010 | 0 | 10111 | 1101 | 10100011 | 1001010 | 110100 |
Color Harmonies of #28DFAB
Complementary color
Monochromatic Colors of #28DFAB
Black with #28DFAB
Text Example
Text Example
White with #28DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DFAB; }
p { color: rgb(40,223,171); }
H1.HeaderClassName
{
color: #28DFAB;
}
.AnyTagClassName
{
color: #28DFAB;
}
</style>
background-color css
<style>
a { background-color: #28DFAB; }
a { background-color: rgb(40,223,171); }
div.DivClassName
{
background-color: #28DFAB;
}
.BgClassName
{
background-color: #28DFAB;
}
</style>
border-color css
<style>
span { border-color: #28DFAB; }
span { border-color: rgb(40,223,171); }
td.TdClassName
{
border-color: #28DFAB;
}
.TagClassName
{
border-color: #28DFAB;
}
</style>