Shades of Shamrock #38C696
Tints of Shamrock #38C696
RGB
CMYK
RGB Variations
Color information
#38C696 (or 0x38C696) is known color: Shamrock. HEX triplet: 38, C6 and 96. RGB value is (56,198,150). Sum of RGB (Red+Green+Blue) = 56+198+150=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 198 - color contains mainly: green. Hex color #38C696 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C696 is #C73969. Grayscale: #969696. Windows color (decimal): -13056362 or 9881144. OLE color: 9881144.
HSL color Cylindrical-coordinate representation of color #38C696: hue angle of 159.72º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C696 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 198 | 150 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.22 |
| HSL | 159.72º | 0.56% | 0.5% | - |
| HSV(B) | 159.72º | 0.72% | 0.78% | - |
| XYZ | 27.33 | 43.43 | 35.8 | - |
| YUV | 150.07 | 127.96 | 60.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 198 | 150 | 0.72 | 0 | 0.24 | 0.22 | 159.72 | 0.56 | 0.5 |
| Hex | 38 | C6 | 96 | 48 | 0 | 18 | 16 | A0 | 38 | 32 |
| Octal | 70 | 306 | 226 | 110 | 0 | 30 | 26 | 240 | 70 | 62 |
| Binary | 111000 | 11000110 | 10010110 | 1001000 | 0 | 11000 | 10110 | 10100000 | 111000 | 110010 |
Color Harmonies of #38C696
Complementary color
Monochromatic Colors of #38C696
Black with #38C696
Text Example
Text Example
White with #38C696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C696; }
p { color: rgb(56,198,150); }
H1.HeaderClassName
{
color: #38C696;
}
.AnyTagClassName
{
color: #38C696;
}
</style>
background-color css
<style>
a { background-color: #38C696; }
a { background-color: rgb(56,198,150); }
div.DivClassName
{
background-color: #38C696;
}
.BgClassName
{
background-color: #38C696;
}
</style>
border-color css
<style>
span { border-color: #38C696; }
span { border-color: rgb(56,198,150); }
td.TdClassName
{
border-color: #38C696;
}
.TagClassName
{
border-color: #38C696;
}
</style>