Shades of Shamrock #28C59B
Tints of Shamrock #28C59B
RGB
CMYK
RGB Variations
Color information
#28C59B (or 0x28C59B) is known color: Shamrock. HEX triplet: 28, C5 and 9B. RGB value is (40,197,155). Sum of RGB (Red+Green+Blue) = 40+197+155=392 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.20% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #28C59B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C59B is #D73A64. Grayscale: #919191. Windows color (decimal): -14105189 or 10208552. OLE color: 10208552.
HSL color Cylindrical-coordinate representation of color #28C59B: hue angle of 163.95º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C59B is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 155 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.23 |
| HSL | 163.95º | 0.66% | 0.46% | - |
| HSV(B) | 163.95º | 0.8% | 0.77% | - |
| XYZ | 26.76 | 42.75 | 37.85 | - |
| YUV | 145.27 | 133.49 | 52.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 155 | 0.80 | 0 | 0.21 | 0.23 | 163.95 | 0.66 | 0.46 |
| Hex | 28 | C5 | 9B | 50 | 0 | 15 | 17 | A4 | 42 | 2E |
| Octal | 50 | 305 | 233 | 120 | 0 | 25 | 27 | 244 | 102 | 56 |
| Binary | 101000 | 11000101 | 10011011 | 1010000 | 0 | 10101 | 10111 | 10100100 | 1000010 | 101110 |
Color Harmonies of #28C59B
Complementary color
Monochromatic Colors of #28C59B
Black with #28C59B
Text Example
Text Example
White with #28C59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C59B; }
p { color: rgb(40,197,155); }
H1.HeaderClassName
{
color: #28C59B;
}
.AnyTagClassName
{
color: #28C59B;
}
</style>
background-color css
<style>
a { background-color: #28C59B; }
a { background-color: rgb(40,197,155); }
div.DivClassName
{
background-color: #28C59B;
}
.BgClassName
{
background-color: #28C59B;
}
</style>
border-color css
<style>
span { border-color: #28C59B; }
span { border-color: rgb(40,197,155); }
td.TdClassName
{
border-color: #28C59B;
}
.TagClassName
{
border-color: #28C59B;
}
</style>