Shades of Shamrock #38D896
Tints of Shamrock #38D896
RGB
CMYK
RGB Variations
Color information
#38D896 (or 0x38D896) is known color: Shamrock. HEX triplet: 38, D8 and 96. RGB value is (56,216,150). Sum of RGB (Red+Green+Blue) = 56+216+150=422 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.27% from 422); Green value is 216 (84.77% from 255 or 51.18% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 216 - color contains mainly: green. Hex color #38D896 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D896 is #C72769. Grayscale: #A0A0A0. Windows color (decimal): -13051754 or 9885752. OLE color: 9885752.
HSL color Cylindrical-coordinate representation of color #38D896: hue angle of 155.25º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D896 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 216 | 150 | - |
| CMYK | 0.74 | 0 | 0.31 | 0.15 |
| HSL | 155.25º | 0.67% | 0.53% | - |
| HSV(B) | 155.25º | 0.74% | 0.85% | - |
| XYZ | 31.69 | 52.15 | 37.25 | - |
| YUV | 160.64 | 121.99 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 216 | 150 | 0.74 | 0 | 0.31 | 0.15 | 155.25 | 0.67 | 0.53 |
| Hex | 38 | D8 | 96 | 4A | 0 | 1F | F | 9B | 43 | 35 |
| Octal | 70 | 330 | 226 | 112 | 0 | 37 | 17 | 233 | 103 | 65 |
| Binary | 111000 | 11011000 | 10010110 | 1001010 | 0 | 11111 | 1111 | 10011011 | 1000011 | 110101 |
Color Harmonies of #38D896
Complementary color
Monochromatic Colors of #38D896
Black with #38D896
Text Example
Text Example
White with #38D896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D896; }
p { color: rgb(56,216,150); }
H1.HeaderClassName
{
color: #38D896;
}
.AnyTagClassName
{
color: #38D896;
}
</style>
background-color css
<style>
a { background-color: #38D896; }
a { background-color: rgb(56,216,150); }
div.DivClassName
{
background-color: #38D896;
}
.BgClassName
{
background-color: #38D896;
}
</style>
border-color css
<style>
span { border-color: #38D896; }
span { border-color: rgb(56,216,150); }
td.TdClassName
{
border-color: #38D896;
}
.TagClassName
{
border-color: #38D896;
}
</style>