Shades of Shamrock #38E59C
Tints of Shamrock #38E59C
RGB
CMYK
RGB Variations
Color information
#38E59C (or 0x38E59C) is known color: Shamrock. HEX triplet: 38, E5 and 9C. RGB value is (56,229,156). Sum of RGB (Red+Green+Blue) = 56+229+156=441 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.70% from 441); Green value is 229 (89.84% from 255 or 51.93% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 229 - color contains mainly: green. Hex color #38E59C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38E59C is #C71A63. Grayscale: #A9A9A9. Windows color (decimal): -13048420 or 10282296. OLE color: 10282296.
HSL color Cylindrical-coordinate representation of color #38E59C: hue angle of 154.68º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E59C is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 229 | 156 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.10 |
| HSL | 154.68º | 0.77% | 0.56% | - |
| HSV(B) | 154.68º | 0.76% | 0.9% | - |
| XYZ | 35.65 | 59.28 | 41.02 | - |
| YUV | 168.95 | 120.69 | 47.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 229 | 156 | 0.76 | 0 | 0.32 | 0.10 | 154.68 | 0.77 | 0.56 |
| Hex | 38 | E5 | 9C | 4C | 0 | 20 | A | 9B | 4D | 38 |
| Octal | 70 | 345 | 234 | 114 | 0 | 40 | 12 | 233 | 115 | 70 |
| Binary | 111000 | 11100101 | 10011100 | 1001100 | 0 | 100000 | 1010 | 10011011 | 1001101 | 111000 |
Color Harmonies of #38E59C
Complementary color
Monochromatic Colors of #38E59C
Black with #38E59C
Text Example
Text Example
White with #38E59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E59C; }
p { color: rgb(56,229,156); }
H1.HeaderClassName
{
color: #38E59C;
}
.AnyTagClassName
{
color: #38E59C;
}
</style>
background-color css
<style>
a { background-color: #38E59C; }
a { background-color: rgb(56,229,156); }
div.DivClassName
{
background-color: #38E59C;
}
.BgClassName
{
background-color: #38E59C;
}
</style>
border-color css
<style>
span { border-color: #38E59C; }
span { border-color: rgb(56,229,156); }
td.TdClassName
{
border-color: #38E59C;
}
.TagClassName
{
border-color: #38E59C;
}
</style>