Shades of Shamrock #38E5A0
Tints of Shamrock #38E5A0
RGB
CMYK
RGB Variations
Color information
#38E5A0 (or 0x38E5A0) is known color: Shamrock. HEX triplet: 38, E5 and A0. RGB value is (56,229,160). Sum of RGB (Red+Green+Blue) = 56+229+160=445 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.58% from 445); Green value is 229 (89.84% from 255 or 51.46% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 229 - color contains mainly: green. Hex color #38E5A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38E5A0 is #C71A5F. Grayscale: #A9A9A9. Windows color (decimal): -13048416 or 10544440. OLE color: 10544440.
HSL color Cylindrical-coordinate representation of color #38E5A0: hue angle of 156.07º 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 #38E5A0 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 229 | 160 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.10 |
| HSL | 156.07º | 0.77% | 0.56% | - |
| HSV(B) | 156.07º | 0.76% | 0.9% | - |
| XYZ | 36 | 59.42 | 42.83 | - |
| YUV | 169.41 | 122.69 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 229 | 160 | 0.76 | 0 | 0.30 | 0.10 | 156.07 | 0.77 | 0.56 |
| Hex | 38 | E5 | A0 | 4C | 0 | 1E | A | 9C | 4D | 38 |
| Octal | 70 | 345 | 240 | 114 | 0 | 36 | 12 | 234 | 115 | 70 |
| Binary | 111000 | 11100101 | 10100000 | 1001100 | 0 | 11110 | 1010 | 10011100 | 1001101 | 111000 |
Color Harmonies of #38E5A0
Complementary color
Monochromatic Colors of #38E5A0
Black with #38E5A0
Text Example
Text Example
White with #38E5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E5A0; }
p { color: rgb(56,229,160); }
H1.HeaderClassName
{
color: #38E5A0;
}
.AnyTagClassName
{
color: #38E5A0;
}
</style>
background-color css
<style>
a { background-color: #38E5A0; }
a { background-color: rgb(56,229,160); }
div.DivClassName
{
background-color: #38E5A0;
}
.BgClassName
{
background-color: #38E5A0;
}
</style>
border-color css
<style>
span { border-color: #38E5A0; }
span { border-color: rgb(56,229,160); }
td.TdClassName
{
border-color: #38E5A0;
}
.TagClassName
{
border-color: #38E5A0;
}
</style>