Shades of Shamrock #38C99D
Tints of Shamrock #38C99D
RGB
CMYK
RGB Variations
Color information
#38C99D (or 0x38C99D) is known color: Shamrock. HEX triplet: 38, C9 and 9D. RGB value is (56,201,157). Sum of RGB (Red+Green+Blue) = 56+201+157=414 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.53% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #38C99D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C99D is #C73662. Grayscale: #989898. Windows color (decimal): -13055587 or 10340664. OLE color: 10340664.
HSL color Cylindrical-coordinate representation of color #38C99D: hue angle of 161.79º 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 #38C99D is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 201 | 157 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.21 |
| HSL | 161.79º | 0.57% | 0.5% | - |
| HSV(B) | 161.79º | 0.72% | 0.79% | - |
| XYZ | 28.6 | 45.05 | 39.09 | - |
| YUV | 152.63 | 130.46 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 201 | 157 | 0.72 | 0 | 0.22 | 0.21 | 161.79 | 0.57 | 0.5 |
| Hex | 38 | C9 | 9D | 48 | 0 | 16 | 15 | A2 | 39 | 32 |
| Octal | 70 | 311 | 235 | 110 | 0 | 26 | 25 | 242 | 71 | 62 |
| Binary | 111000 | 11001001 | 10011101 | 1001000 | 0 | 10110 | 10101 | 10100010 | 111001 | 110010 |
Color Harmonies of #38C99D
Complementary color
Monochromatic Colors of #38C99D
Black with #38C99D
Text Example
Text Example
White with #38C99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C99D; }
p { color: rgb(56,201,157); }
H1.HeaderClassName
{
color: #38C99D;
}
.AnyTagClassName
{
color: #38C99D;
}
</style>
background-color css
<style>
a { background-color: #38C99D; }
a { background-color: rgb(56,201,157); }
div.DivClassName
{
background-color: #38C99D;
}
.BgClassName
{
background-color: #38C99D;
}
</style>
border-color css
<style>
span { border-color: #38C99D; }
span { border-color: rgb(56,201,157); }
td.TdClassName
{
border-color: #38C99D;
}
.TagClassName
{
border-color: #38C99D;
}
</style>