Shades of Shamrock #28DFAA
Tints of Shamrock #28DFAA
RGB
CMYK
RGB Variations
Color information
#28DFAA (or 0x28DFAA) is known color: Shamrock. HEX triplet: 28, DF and AA. RGB value is (40,223,170). Sum of RGB (Red+Green+Blue) = 40+223+170=433 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.24% from 433); Green value is 223 (87.5% from 255 or 51.50% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 223 - color contains mainly: green. Hex color #28DFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DFAA is #D72055. Grayscale: #A2A2A2. Windows color (decimal): -14098518 or 11198248. OLE color: 11198248.
HSL color Cylindrical-coordinate representation of color #28DFAA: hue angle of 162.62º 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 #28DFAA is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 223 | 170 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.13 |
| HSL | 162.62º | 0.74% | 0.52% | - |
| HSV(B) | 162.62º | 0.82% | 0.87% | - |
| XYZ | 34.52 | 56.13 | 47.04 | - |
| YUV | 162.24 | 132.37 | 40.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 170 | 0.82 | 0 | 0.24 | 0.13 | 162.62 | 0.74 | 0.52 |
| Hex | 28 | DF | AA | 52 | 0 | 18 | D | A3 | 4A | 34 |
| Octal | 50 | 337 | 252 | 122 | 0 | 30 | 15 | 243 | 112 | 64 |
| Binary | 101000 | 11011111 | 10101010 | 1010010 | 0 | 11000 | 1101 | 10100011 | 1001010 | 110100 |
Color Harmonies of #28DFAA
Complementary color
Monochromatic Colors of #28DFAA
Black with #28DFAA
Text Example
Text Example
White with #28DFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DFAA; }
p { color: rgb(40,223,170); }
H1.HeaderClassName
{
color: #28DFAA;
}
.AnyTagClassName
{
color: #28DFAA;
}
</style>
background-color css
<style>
a { background-color: #28DFAA; }
a { background-color: rgb(40,223,170); }
div.DivClassName
{
background-color: #28DFAA;
}
.BgClassName
{
background-color: #28DFAA;
}
</style>
border-color css
<style>
span { border-color: #28DFAA; }
span { border-color: rgb(40,223,170); }
td.TdClassName
{
border-color: #28DFAA;
}
.TagClassName
{
border-color: #28DFAA;
}
</style>