Shades of Shamrock #28C2A0
Tints of Shamrock #28C2A0
RGB
CMYK
RGB Variations
Color information
#28C2A0 (or 0x28C2A0) is known color: Shamrock. HEX triplet: 28, C2 and A0. RGB value is (40,194,160). Sum of RGB (Red+Green+Blue) = 40+194+160=394 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.15% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #28C2A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C2A0 is #D73D5F. Grayscale: #909090. Windows color (decimal): -14105952 or 10535464. OLE color: 10535464.
HSL color Cylindrical-coordinate representation of color #28C2A0: hue angle of 166.75º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C2A0 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 194 | 160 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.24 |
| HSL | 166.75º | 0.66% | 0.46% | - |
| HSV(B) | 166.75º | 0.79% | 0.76% | - |
| XYZ | 26.51 | 41.57 | 39.88 | - |
| YUV | 144.08 | 136.98 | 53.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 194 | 160 | 0.79 | 0 | 0.18 | 0.24 | 166.75 | 0.66 | 0.46 |
| Hex | 28 | C2 | A0 | 4F | 0 | 12 | 18 | A7 | 42 | 2E |
| Octal | 50 | 302 | 240 | 117 | 0 | 22 | 30 | 247 | 102 | 56 |
| Binary | 101000 | 11000010 | 10100000 | 1001111 | 0 | 10010 | 11000 | 10100111 | 1000010 | 101110 |
Color Harmonies of #28C2A0
Complementary color
Monochromatic Colors of #28C2A0
Black with #28C2A0
Text Example
Text Example
White with #28C2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C2A0; }
p { color: rgb(40,194,160); }
H1.HeaderClassName
{
color: #28C2A0;
}
.AnyTagClassName
{
color: #28C2A0;
}
</style>
background-color css
<style>
a { background-color: #28C2A0; }
a { background-color: rgb(40,194,160); }
div.DivClassName
{
background-color: #28C2A0;
}
.BgClassName
{
background-color: #28C2A0;
}
</style>
border-color css
<style>
span { border-color: #28C2A0; }
span { border-color: rgb(40,194,160); }
td.TdClassName
{
border-color: #28C2A0;
}
.TagClassName
{
border-color: #28C2A0;
}
</style>