Shades of Shamrock #28C7A6
Tints of Shamrock #28C7A6
RGB
CMYK
RGB Variations
Color information
#28C7A6 (or 0x28C7A6) is known color: Shamrock. HEX triplet: 28, C7 and A6. RGB value is (40,199,166). Sum of RGB (Red+Green+Blue) = 40+199+166=405 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.88% from 405); Green value is 199 (78.12% from 255 or 49.14% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 199 - color contains mainly: green. Hex color #28C7A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C7A6 is #D73859. Grayscale: #939393. Windows color (decimal): -14104666 or 10929960. OLE color: 10929960.
HSL color Cylindrical-coordinate representation of color #28C7A6: hue angle of 167.55º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C7A6 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 199 | 166 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.22 |
| HSL | 167.55º | 0.67% | 0.47% | - |
| HSV(B) | 167.55º | 0.8% | 0.78% | - |
| XYZ | 28.18 | 44.05 | 43.09 | - |
| YUV | 147.7 | 138.32 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 199 | 166 | 0.80 | 0 | 0.17 | 0.22 | 167.55 | 0.67 | 0.47 |
| Hex | 28 | C7 | A6 | 50 | 0 | 11 | 16 | A8 | 43 | 2F |
| Octal | 50 | 307 | 246 | 120 | 0 | 21 | 26 | 250 | 103 | 57 |
| Binary | 101000 | 11000111 | 10100110 | 1010000 | 0 | 10001 | 10110 | 10101000 | 1000011 | 101111 |
Color Harmonies of #28C7A6
Complementary color
Monochromatic Colors of #28C7A6
Black with #28C7A6
Text Example
Text Example
White with #28C7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C7A6; }
p { color: rgb(40,199,166); }
H1.HeaderClassName
{
color: #28C7A6;
}
.AnyTagClassName
{
color: #28C7A6;
}
</style>
background-color css
<style>
a { background-color: #28C7A6; }
a { background-color: rgb(40,199,166); }
div.DivClassName
{
background-color: #28C7A6;
}
.BgClassName
{
background-color: #28C7A6;
}
</style>
border-color css
<style>
span { border-color: #28C7A6; }
span { border-color: rgb(40,199,166); }
td.TdClassName
{
border-color: #28C7A6;
}
.TagClassName
{
border-color: #28C7A6;
}
</style>