Shades of Shamrock #28DAB2
Tints of Shamrock #28DAB2
RGB
CMYK
RGB Variations
Color information
#28DAB2 (or 0x28DAB2) is known color: Shamrock. HEX triplet: 28, DA and B2. RGB value is (40,218,178). Sum of RGB (Red+Green+Blue) = 40+218+178=436 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.17% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #28DAB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DAB2 is #D7254D. Grayscale: #A0A0A0. Windows color (decimal): -14099790 or 11721256. OLE color: 11721256.
HSL color Cylindrical-coordinate representation of color #28DAB2: hue angle of 166.52º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DAB2 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 218 | 178 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.15 |
| HSL | 166.52º | 0.71% | 0.51% | - |
| HSV(B) | 166.52º | 0.82% | 0.85% | - |
| XYZ | 33.98 | 53.81 | 50.71 | - |
| YUV | 160.22 | 138.03 | 42.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 218 | 178 | 0.82 | 0 | 0.18 | 0.15 | 166.52 | 0.71 | 0.51 |
| Hex | 28 | DA | B2 | 52 | 0 | 12 | F | A7 | 47 | 33 |
| Octal | 50 | 332 | 262 | 122 | 0 | 22 | 17 | 247 | 107 | 63 |
| Binary | 101000 | 11011010 | 10110010 | 1010010 | 0 | 10010 | 1111 | 10100111 | 1000111 | 110011 |
Color Harmonies of #28DAB2
Complementary color
Monochromatic Colors of #28DAB2
Black with #28DAB2
Text Example
Text Example
White with #28DAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DAB2; }
p { color: rgb(40,218,178); }
H1.HeaderClassName
{
color: #28DAB2;
}
.AnyTagClassName
{
color: #28DAB2;
}
</style>
background-color css
<style>
a { background-color: #28DAB2; }
a { background-color: rgb(40,218,178); }
div.DivClassName
{
background-color: #28DAB2;
}
.BgClassName
{
background-color: #28DAB2;
}
</style>
border-color css
<style>
span { border-color: #28DAB2; }
span { border-color: rgb(40,218,178); }
td.TdClassName
{
border-color: #28DAB2;
}
.TagClassName
{
border-color: #28DAB2;
}
</style>