Shades of Shamrock #28DAB3
Tints of Shamrock #28DAB3
RGB
CMYK
RGB Variations
Color information
#28DAB3 (or 0x28DAB3) is known color: Shamrock. HEX triplet: 28, DA and B3. RGB value is (40,218,179). Sum of RGB (Red+Green+Blue) = 40+218+179=437 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.15% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #28DAB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DAB3 is #D7254C. Grayscale: #A0A0A0. Windows color (decimal): -14099789 or 11786792. OLE color: 11786792.
HSL color Cylindrical-coordinate representation of color #28DAB3: hue angle of 166.85º 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 #28DAB3 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 218 | 179 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.15 |
| HSL | 166.85º | 0.71% | 0.51% | - |
| HSV(B) | 166.85º | 0.82% | 0.85% | - |
| XYZ | 34.08 | 53.85 | 51.25 | - |
| YUV | 160.33 | 138.53 | 42.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 218 | 179 | 0.82 | 0 | 0.18 | 0.15 | 166.85 | 0.71 | 0.51 |
| Hex | 28 | DA | B3 | 52 | 0 | 12 | F | A7 | 47 | 33 |
| Octal | 50 | 332 | 263 | 122 | 0 | 22 | 17 | 247 | 107 | 63 |
| Binary | 101000 | 11011010 | 10110011 | 1010010 | 0 | 10010 | 1111 | 10100111 | 1000111 | 110011 |
Color Harmonies of #28DAB3
Complementary color
Monochromatic Colors of #28DAB3
Black with #28DAB3
Text Example
Text Example
White with #28DAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DAB3; }
p { color: rgb(40,218,179); }
H1.HeaderClassName
{
color: #28DAB3;
}
.AnyTagClassName
{
color: #28DAB3;
}
</style>
background-color css
<style>
a { background-color: #28DAB3; }
a { background-color: rgb(40,218,179); }
div.DivClassName
{
background-color: #28DAB3;
}
.BgClassName
{
background-color: #28DAB3;
}
</style>
border-color css
<style>
span { border-color: #28DAB3; }
span { border-color: rgb(40,218,179); }
td.TdClassName
{
border-color: #28DAB3;
}
.TagClassName
{
border-color: #28DAB3;
}
</style>