Shades of Shamrock #38C68E
Tints of Shamrock #38C68E
RGB
CMYK
RGB Variations
Color information
#38C68E (or 0x38C68E) is known color: Shamrock. HEX triplet: 38, C6 and 8E. RGB value is (56,198,142). Sum of RGB (Red+Green+Blue) = 56+198+142=396 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.14% from 396); Green value is 198 (77.73% from 255 or 50% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 198 - color contains mainly: green. Hex color #38C68E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C68E is #C73971. Grayscale: #959595. Windows color (decimal): -13056370 or 9356856. OLE color: 9356856.
HSL color Cylindrical-coordinate representation of color #38C68E: hue angle of 156.34º 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 #38C68E is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 198 | 142 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.22 |
| HSL | 156.34º | 0.56% | 0.5% | - |
| HSV(B) | 156.34º | 0.72% | 0.78% | - |
| XYZ | 26.71 | 43.18 | 32.52 | - |
| YUV | 149.16 | 123.96 | 61.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 198 | 142 | 0.72 | 0 | 0.28 | 0.22 | 156.34 | 0.56 | 0.5 |
| Hex | 38 | C6 | 8E | 48 | 0 | 1C | 16 | 9C | 38 | 32 |
| Octal | 70 | 306 | 216 | 110 | 0 | 34 | 26 | 234 | 70 | 62 |
| Binary | 111000 | 11000110 | 10001110 | 1001000 | 0 | 11100 | 10110 | 10011100 | 111000 | 110010 |
Color Harmonies of #38C68E
Complementary color
Monochromatic Colors of #38C68E
Black with #38C68E
Text Example
Text Example
White with #38C68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C68E; }
p { color: rgb(56,198,142); }
H1.HeaderClassName
{
color: #38C68E;
}
.AnyTagClassName
{
color: #38C68E;
}
</style>
background-color css
<style>
a { background-color: #38C68E; }
a { background-color: rgb(56,198,142); }
div.DivClassName
{
background-color: #38C68E;
}
.BgClassName
{
background-color: #38C68E;
}
</style>
border-color css
<style>
span { border-color: #38C68E; }
span { border-color: rgb(56,198,142); }
td.TdClassName
{
border-color: #38C68E;
}
.TagClassName
{
border-color: #38C68E;
}
</style>