Shades of Shamrock #28DAB4
Tints of Shamrock #28DAB4
RGB
CMYK
RGB Variations
Color information
#28DAB4 (or 0x28DAB4) is known color: Shamrock. HEX triplet: 28, DA and B4. RGB value is (40,218,180). Sum of RGB (Red+Green+Blue) = 40+218+180=438 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.13% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #28DAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DAB4 is #D7254B. Grayscale: #A0A0A0. Windows color (decimal): -14099788 or 11852328. OLE color: 11852328.
HSL color Cylindrical-coordinate representation of color #28DAB4: hue angle of 167.19º 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 #28DAB4 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 218 | 180 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.15 |
| HSL | 167.19º | 0.71% | 0.51% | - |
| HSV(B) | 167.19º | 0.82% | 0.85% | - |
| XYZ | 34.18 | 53.89 | 51.78 | - |
| YUV | 160.45 | 139.03 | 42.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 218 | 180 | 0.82 | 0 | 0.17 | 0.15 | 167.19 | 0.71 | 0.51 |
| Hex | 28 | DA | B4 | 52 | 0 | 11 | F | A7 | 47 | 33 |
| Octal | 50 | 332 | 264 | 122 | 0 | 21 | 17 | 247 | 107 | 63 |
| Binary | 101000 | 11011010 | 10110100 | 1010010 | 0 | 10001 | 1111 | 10100111 | 1000111 | 110011 |
Color Harmonies of #28DAB4
Complementary color
Monochromatic Colors of #28DAB4
Black with #28DAB4
Text Example
Text Example
White with #28DAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DAB4; }
p { color: rgb(40,218,180); }
H1.HeaderClassName
{
color: #28DAB4;
}
.AnyTagClassName
{
color: #28DAB4;
}
</style>
background-color css
<style>
a { background-color: #28DAB4; }
a { background-color: rgb(40,218,180); }
div.DivClassName
{
background-color: #28DAB4;
}
.BgClassName
{
background-color: #28DAB4;
}
</style>
border-color css
<style>
span { border-color: #28DAB4; }
span { border-color: rgb(40,218,180); }
td.TdClassName
{
border-color: #28DAB4;
}
.TagClassName
{
border-color: #28DAB4;
}
</style>