Shades of Shamrock #38C993
Tints of Shamrock #38C993
RGB
CMYK
RGB Variations
Color information
#38C993 (or 0x38C993) is known color: Shamrock. HEX triplet: 38, C9 and 93. RGB value is (56,201,147). Sum of RGB (Red+Green+Blue) = 56+201+147=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 201 (78.91% from 255 or 49.75% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 201 - color contains mainly: green. Hex color #38C993 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C993 is #C7366C. Grayscale: #979797. Windows color (decimal): -13055597 or 9685304. OLE color: 9685304.
HSL color Cylindrical-coordinate representation of color #38C993: hue angle of 157.66º 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 #38C993 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 201 | 147 | - |
| CMYK | 0.72 | 0 | 0.27 | 0.21 |
| HSL | 157.66º | 0.57% | 0.5% | - |
| HSV(B) | 157.66º | 0.72% | 0.79% | - |
| XYZ | 27.78 | 44.72 | 34.77 | - |
| YUV | 151.49 | 125.46 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 201 | 147 | 0.72 | 0 | 0.27 | 0.21 | 157.66 | 0.57 | 0.5 |
| Hex | 38 | C9 | 93 | 48 | 0 | 1B | 15 | 9E | 39 | 32 |
| Octal | 70 | 311 | 223 | 110 | 0 | 33 | 25 | 236 | 71 | 62 |
| Binary | 111000 | 11001001 | 10010011 | 1001000 | 0 | 11011 | 10101 | 10011110 | 111001 | 110010 |
Color Harmonies of #38C993
Complementary color
Monochromatic Colors of #38C993
Black with #38C993
Text Example
Text Example
White with #38C993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C993; }
p { color: rgb(56,201,147); }
H1.HeaderClassName
{
color: #38C993;
}
.AnyTagClassName
{
color: #38C993;
}
</style>
background-color css
<style>
a { background-color: #38C993; }
a { background-color: rgb(56,201,147); }
div.DivClassName
{
background-color: #38C993;
}
.BgClassName
{
background-color: #38C993;
}
</style>
border-color css
<style>
span { border-color: #38C993; }
span { border-color: rgb(56,201,147); }
td.TdClassName
{
border-color: #38C993;
}
.TagClassName
{
border-color: #38C993;
}
</style>