Shades of Shamrock #28C19B
Tints of Shamrock #28C19B
RGB
CMYK
RGB Variations
Color information
#28C19B (or 0x28C19B) is known color: Shamrock. HEX triplet: 28, C1 and 9B. RGB value is (40,193,155). Sum of RGB (Red+Green+Blue) = 40+193+155=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 193 - color contains mainly: green. Hex color #28C19B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C19B is #D73E64. Grayscale: #8E8E8E. Windows color (decimal): -14106213 or 10207528. OLE color: 10207528.
HSL color Cylindrical-coordinate representation of color #28C19B: hue angle of 165.1º 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 #28C19B is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 193 | 155 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.24 |
| HSL | 165.1º | 0.66% | 0.46% | - |
| HSV(B) | 165.1º | 0.79% | 0.76% | - |
| XYZ | 25.86 | 40.96 | 37.55 | - |
| YUV | 142.92 | 134.81 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 193 | 155 | 0.79 | 0 | 0.20 | 0.24 | 165.1 | 0.66 | 0.46 |
| Hex | 28 | C1 | 9B | 4F | 0 | 14 | 18 | A5 | 42 | 2E |
| Octal | 50 | 301 | 233 | 117 | 0 | 24 | 30 | 245 | 102 | 56 |
| Binary | 101000 | 11000001 | 10011011 | 1001111 | 0 | 10100 | 11000 | 10100101 | 1000010 | 101110 |
Color Harmonies of #28C19B
Complementary color
Monochromatic Colors of #28C19B
Black with #28C19B
Text Example
Text Example
White with #28C19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C19B; }
p { color: rgb(40,193,155); }
H1.HeaderClassName
{
color: #28C19B;
}
.AnyTagClassName
{
color: #28C19B;
}
</style>
background-color css
<style>
a { background-color: #28C19B; }
a { background-color: rgb(40,193,155); }
div.DivClassName
{
background-color: #28C19B;
}
.BgClassName
{
background-color: #28C19B;
}
</style>
border-color css
<style>
span { border-color: #28C19B; }
span { border-color: rgb(40,193,155); }
td.TdClassName
{
border-color: #28C19B;
}
.TagClassName
{
border-color: #28C19B;
}
</style>