Shades of Shamrock #38C996
Tints of Shamrock #38C996
RGB
CMYK
RGB Variations
Color information
#38C996 (or 0x38C996) is known color: Shamrock. HEX triplet: 38, C9 and 96. RGB value is (56,201,150). Sum of RGB (Red+Green+Blue) = 56+201+150=407 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.76% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #38C996 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C996 is #C73669. Grayscale: #979797. Windows color (decimal): -13055594 or 9881912. OLE color: 9881912.
HSL color Cylindrical-coordinate representation of color #38C996: hue angle of 158.9º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C996 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 201 | 150 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.21 |
| HSL | 158.9º | 0.57% | 0.5% | - |
| HSV(B) | 158.9º | 0.72% | 0.79% | - |
| XYZ | 28.02 | 44.82 | 36.03 | - |
| YUV | 151.83 | 126.96 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 201 | 150 | 0.72 | 0 | 0.25 | 0.21 | 158.9 | 0.57 | 0.5 |
| Hex | 38 | C9 | 96 | 48 | 0 | 19 | 15 | 9F | 39 | 32 |
| Octal | 70 | 311 | 226 | 110 | 0 | 31 | 25 | 237 | 71 | 62 |
| Binary | 111000 | 11001001 | 10010110 | 1001000 | 0 | 11001 | 10101 | 10011111 | 111001 | 110010 |
Color Harmonies of #38C996
Complementary color
Monochromatic Colors of #38C996
Black with #38C996
Text Example
Text Example
White with #38C996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C996; }
p { color: rgb(56,201,150); }
H1.HeaderClassName
{
color: #38C996;
}
.AnyTagClassName
{
color: #38C996;
}
</style>
background-color css
<style>
a { background-color: #38C996; }
a { background-color: rgb(56,201,150); }
div.DivClassName
{
background-color: #38C996;
}
.BgClassName
{
background-color: #38C996;
}
</style>
border-color css
<style>
span { border-color: #38C996; }
span { border-color: rgb(56,201,150); }
td.TdClassName
{
border-color: #38C996;
}
.TagClassName
{
border-color: #38C996;
}
</style>