Shades of Shamrock #28CA8C
Tints of Shamrock #28CA8C
RGB
CMYK
RGB Variations
Color information
#28CA8C (or 0x28CA8C) is known color: Shamrock. HEX triplet: 28, CA and 8C. RGB value is (40,202,140). Sum of RGB (Red+Green+Blue) = 40+202+140=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 202 (79.30% from 255 or 52.88% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 202 - color contains mainly: green. Hex color #28CA8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28CA8C is #D73573. Grayscale: #929292. Windows color (decimal): -14103924 or 9226792. OLE color: 9226792.
HSL color Cylindrical-coordinate representation of color #28CA8C: hue angle of 157.04º 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 #28CA8C is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 202 | 140 | - |
| CMYK | 0.80 | 0 | 0.31 | 0.21 |
| HSL | 157.04º | 0.67% | 0.47% | - |
| HSV(B) | 157.04º | 0.8% | 0.79% | - |
| XYZ | 26.73 | 44.59 | 32.01 | - |
| YUV | 146.49 | 124.33 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 202 | 140 | 0.80 | 0 | 0.31 | 0.21 | 157.04 | 0.67 | 0.47 |
| Hex | 28 | CA | 8C | 50 | 0 | 1F | 15 | 9D | 43 | 2F |
| Octal | 50 | 312 | 214 | 120 | 0 | 37 | 25 | 235 | 103 | 57 |
| Binary | 101000 | 11001010 | 10001100 | 1010000 | 0 | 11111 | 10101 | 10011101 | 1000011 | 101111 |
Color Harmonies of #28CA8C
Complementary color
Monochromatic Colors of #28CA8C
Black with #28CA8C
Text Example
Text Example
White with #28CA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CA8C; }
p { color: rgb(40,202,140); }
H1.HeaderClassName
{
color: #28CA8C;
}
.AnyTagClassName
{
color: #28CA8C;
}
</style>
background-color css
<style>
a { background-color: #28CA8C; }
a { background-color: rgb(40,202,140); }
div.DivClassName
{
background-color: #28CA8C;
}
.BgClassName
{
background-color: #28CA8C;
}
</style>
border-color css
<style>
span { border-color: #28CA8C; }
span { border-color: rgb(40,202,140); }
td.TdClassName
{
border-color: #28CA8C;
}
.TagClassName
{
border-color: #28CA8C;
}
</style>