Shades of Shamrock #28C9A0
Tints of Shamrock #28C9A0
RGB
CMYK
RGB Variations
Color information
#28C9A0 (or 0x28C9A0) is known color: Shamrock. HEX triplet: 28, C9 and A0. RGB value is (40,201,160). Sum of RGB (Red+Green+Blue) = 40+201+160=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 201 (78.91% from 255 or 50.12% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 201 - color contains mainly: green. Hex color #28C9A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C9A0 is #D7365F. Grayscale: #949494. Windows color (decimal): -14104160 or 10537256. OLE color: 10537256.
HSL color Cylindrical-coordinate representation of color #28C9A0: hue angle of 164.72º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C9A0 is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 201 | 160 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.21 |
| HSL | 164.72º | 0.67% | 0.47% | - |
| HSV(B) | 164.72º | 0.8% | 0.79% | - |
| XYZ | 28.11 | 44.76 | 40.42 | - |
| YUV | 148.19 | 134.66 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 201 | 160 | 0.80 | 0 | 0.20 | 0.21 | 164.72 | 0.67 | 0.47 |
| Hex | 28 | C9 | A0 | 50 | 0 | 14 | 15 | A5 | 43 | 2F |
| Octal | 50 | 311 | 240 | 120 | 0 | 24 | 25 | 245 | 103 | 57 |
| Binary | 101000 | 11001001 | 10100000 | 1010000 | 0 | 10100 | 10101 | 10100101 | 1000011 | 101111 |
Color Harmonies of #28C9A0
Complementary color
Monochromatic Colors of #28C9A0
Black with #28C9A0
Text Example
Text Example
White with #28C9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C9A0; }
p { color: rgb(40,201,160); }
H1.HeaderClassName
{
color: #28C9A0;
}
.AnyTagClassName
{
color: #28C9A0;
}
</style>
background-color css
<style>
a { background-color: #28C9A0; }
a { background-color: rgb(40,201,160); }
div.DivClassName
{
background-color: #28C9A0;
}
.BgClassName
{
background-color: #28C9A0;
}
</style>
border-color css
<style>
span { border-color: #28C9A0; }
span { border-color: rgb(40,201,160); }
td.TdClassName
{
border-color: #28C9A0;
}
.TagClassName
{
border-color: #28C9A0;
}
</style>