Shades of Shamrock #38EDA1
Tints of Shamrock #38EDA1
RGB
CMYK
RGB Variations
Color information
#38EDA1 (or 0x38EDA1) is known color: Shamrock. HEX triplet: 38, ED and A1. RGB value is (56,237,161). Sum of RGB (Red+Green+Blue) = 56+237+161=454 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.33% from 454); Green value is 237 (92.97% from 255 or 52.20% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 237 - color contains mainly: green. Hex color #38EDA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38EDA1 is #C7125E. Grayscale: #AEAEAE. Windows color (decimal): -13046367 or 10612024. OLE color: 10612024.
HSL color Cylindrical-coordinate representation of color #38EDA1: hue angle of 154.81º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EDA1 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 237 | 161 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.07 |
| HSL | 154.81º | 0.83% | 0.57% | - |
| HSV(B) | 154.81º | 0.76% | 0.93% | - |
| XYZ | 38.35 | 63.98 | 44.05 | - |
| YUV | 174.22 | 120.53 | 43.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 237 | 161 | 0.76 | 0 | 0.32 | 0.07 | 154.81 | 0.83 | 0.57 |
| Hex | 38 | ED | A1 | 4C | 0 | 20 | 7 | 9B | 53 | 39 |
| Octal | 70 | 355 | 241 | 114 | 0 | 40 | 7 | 233 | 123 | 71 |
| Binary | 111000 | 11101101 | 10100001 | 1001100 | 0 | 100000 | 111 | 10011011 | 1010011 | 111001 |
Color Harmonies of #38EDA1
Complementary color
Monochromatic Colors of #38EDA1
Black with #38EDA1
Text Example
Text Example
White with #38EDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EDA1; }
p { color: rgb(56,237,161); }
H1.HeaderClassName
{
color: #38EDA1;
}
.AnyTagClassName
{
color: #38EDA1;
}
</style>
background-color css
<style>
a { background-color: #38EDA1; }
a { background-color: rgb(56,237,161); }
div.DivClassName
{
background-color: #38EDA1;
}
.BgClassName
{
background-color: #38EDA1;
}
</style>
border-color css
<style>
span { border-color: #38EDA1; }
span { border-color: rgb(56,237,161); }
td.TdClassName
{
border-color: #38EDA1;
}
.TagClassName
{
border-color: #38EDA1;
}
</style>