Shades of Shamrock #38EEA6
Tints of Shamrock #38EEA6
RGB
CMYK
RGB Variations
Color information
#38EEA6 (or 0x38EEA6) is known color: Shamrock. HEX triplet: 38, EE and A6. RGB value is (56,238,166). Sum of RGB (Red+Green+Blue) = 56+238+166=460 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.17% from 460); Green value is 238 (93.36% from 255 or 51.74% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 238 - color contains mainly: green. Hex color #38EEA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38EEA6 is #C71159. Grayscale: #AFAFAF. Windows color (decimal): -13046106 or 10939960. OLE color: 10939960.
HSL color Cylindrical-coordinate representation of color #38EEA6: hue angle of 156.26º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EEA6 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 238 | 166 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.07 |
| HSL | 156.26º | 0.84% | 0.58% | - |
| HSV(B) | 156.26º | 0.76% | 0.93% | - |
| XYZ | 39.09 | 64.74 | 46.51 | - |
| YUV | 175.37 | 122.7 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 238 | 166 | 0.76 | 0 | 0.30 | 0.07 | 156.26 | 0.84 | 0.58 |
| Hex | 38 | EE | A6 | 4C | 0 | 1E | 7 | 9C | 54 | 3A |
| Octal | 70 | 356 | 246 | 114 | 0 | 36 | 7 | 234 | 124 | 72 |
| Binary | 111000 | 11101110 | 10100110 | 1001100 | 0 | 11110 | 111 | 10011100 | 1010100 | 111010 |
Color Harmonies of #38EEA6
Complementary color
Monochromatic Colors of #38EEA6
Black with #38EEA6
Text Example
Text Example
White with #38EEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EEA6; }
p { color: rgb(56,238,166); }
H1.HeaderClassName
{
color: #38EEA6;
}
.AnyTagClassName
{
color: #38EEA6;
}
</style>
background-color css
<style>
a { background-color: #38EEA6; }
a { background-color: rgb(56,238,166); }
div.DivClassName
{
background-color: #38EEA6;
}
.BgClassName
{
background-color: #38EEA6;
}
</style>
border-color css
<style>
span { border-color: #38EEA6; }
span { border-color: rgb(56,238,166); }
td.TdClassName
{
border-color: #38EEA6;
}
.TagClassName
{
border-color: #38EEA6;
}
</style>