Shades of Shamrock #28CC9E
Tints of Shamrock #28CC9E
RGB
CMYK
RGB Variations
Color information
#28CC9E (or 0x28CC9E) is known color: Shamrock. HEX triplet: 28, CC and 9E. RGB value is (40,204,158). Sum of RGB (Red+Green+Blue) = 40+204+158=402 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.95% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #28CC9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28CC9E is #D73361. Grayscale: #959595. Windows color (decimal): -14103394 or 10406952. OLE color: 10406952.
HSL color Cylindrical-coordinate representation of color #28CC9E: hue angle of 163.17º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CC9E is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 204 | 158 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.2 |
| HSL | 163.17º | 0.67% | 0.48% | - |
| HSV(B) | 163.17º | 0.8% | 0.8% | - |
| XYZ | 28.64 | 46.11 | 39.74 | - |
| YUV | 149.72 | 132.67 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 204 | 158 | 0.80 | 0 | 0.23 | 0.2 | 163.17 | 0.67 | 0.48 |
| Hex | 28 | CC | 9E | 50 | 0 | 17 | 14 | A3 | 43 | 30 |
| Octal | 50 | 314 | 236 | 120 | 0 | 27 | 24 | 243 | 103 | 60 |
| Binary | 101000 | 11001100 | 10011110 | 1010000 | 0 | 10111 | 10100 | 10100011 | 1000011 | 110000 |
Color Harmonies of #28CC9E
Complementary color
Monochromatic Colors of #28CC9E
Black with #28CC9E
Text Example
Text Example
White with #28CC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CC9E; }
p { color: rgb(40,204,158); }
H1.HeaderClassName
{
color: #28CC9E;
}
.AnyTagClassName
{
color: #28CC9E;
}
</style>
background-color css
<style>
a { background-color: #28CC9E; }
a { background-color: rgb(40,204,158); }
div.DivClassName
{
background-color: #28CC9E;
}
.BgClassName
{
background-color: #28CC9E;
}
</style>
border-color css
<style>
span { border-color: #28CC9E; }
span { border-color: rgb(40,204,158); }
td.TdClassName
{
border-color: #28CC9E;
}
.TagClassName
{
border-color: #28CC9E;
}
</style>