Shades of Shamrock #38C293
Tints of Shamrock #38C293
RGB
CMYK
RGB Variations
Color information
#38C293 (or 0x38C293) is known color: Shamrock. HEX triplet: 38, C2 and 93. RGB value is (56,194,147). Sum of RGB (Red+Green+Blue) = 56+194+147=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #38C293 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C293 is #C73D6C. Grayscale: #939393. Windows color (decimal): -13057389 or 9683512. OLE color: 9683512.
HSL color Cylindrical-coordinate representation of color #38C293: hue angle of 159.57º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C293 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 194 | 147 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.24 |
| HSL | 159.57º | 0.55% | 0.49% | - |
| HSV(B) | 159.57º | 0.71% | 0.76% | - |
| XYZ | 26.19 | 41.53 | 34.24 | - |
| YUV | 147.38 | 127.78 | 62.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 194 | 147 | 0.71 | 0 | 0.24 | 0.24 | 159.57 | 0.55 | 0.49 |
| Hex | 38 | C2 | 93 | 47 | 0 | 18 | 18 | A0 | 37 | 31 |
| Octal | 70 | 302 | 223 | 107 | 0 | 30 | 30 | 240 | 67 | 61 |
| Binary | 111000 | 11000010 | 10010011 | 1000111 | 0 | 11000 | 11000 | 10100000 | 110111 | 110001 |
Color Harmonies of #38C293
Complementary color
Monochromatic Colors of #38C293
Black with #38C293
Text Example
Text Example
White with #38C293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C293; }
p { color: rgb(56,194,147); }
H1.HeaderClassName
{
color: #38C293;
}
.AnyTagClassName
{
color: #38C293;
}
</style>
background-color css
<style>
a { background-color: #38C293; }
a { background-color: rgb(56,194,147); }
div.DivClassName
{
background-color: #38C293;
}
.BgClassName
{
background-color: #38C293;
}
</style>
border-color css
<style>
span { border-color: #38C293; }
span { border-color: rgb(56,194,147); }
td.TdClassName
{
border-color: #38C293;
}
.TagClassName
{
border-color: #38C293;
}
</style>