Shades of Shamrock #38BE8C
Tints of Shamrock #38BE8C
RGB
CMYK
RGB Variations
Color information
#38BE8C (or 0x38BE8C) is known color: Shamrock. HEX triplet: 38, BE and 8C. RGB value is (56,190,140). Sum of RGB (Red+Green+Blue) = 56+190+140=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #38BE8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BE8C is #C74173. Grayscale: #909090. Windows color (decimal): -13058420 or 9223736. OLE color: 9223736.
HSL color Cylindrical-coordinate representation of color #38BE8C: hue angle of 157.61º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38BE8C is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 190 | 140 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.25 |
| HSL | 157.61º | 0.54% | 0.48% | - |
| HSV(B) | 157.61º | 0.71% | 0.75% | - |
| XYZ | 24.78 | 39.56 | 31.14 | - |
| YUV | 144.23 | 125.61 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 190 | 140 | 0.71 | 0 | 0.26 | 0.25 | 157.61 | 0.54 | 0.48 |
| Hex | 38 | BE | 8C | 47 | 0 | 1A | 19 | 9E | 36 | 30 |
| Octal | 70 | 276 | 214 | 107 | 0 | 32 | 31 | 236 | 66 | 60 |
| Binary | 111000 | 10111110 | 10001100 | 1000111 | 0 | 11010 | 11001 | 10011110 | 110110 | 110000 |
Color Harmonies of #38BE8C
Complementary color
Monochromatic Colors of #38BE8C
Black with #38BE8C
Text Example
Text Example
White with #38BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BE8C; }
p { color: rgb(56,190,140); }
H1.HeaderClassName
{
color: #38BE8C;
}
.AnyTagClassName
{
color: #38BE8C;
}
</style>
background-color css
<style>
a { background-color: #38BE8C; }
a { background-color: rgb(56,190,140); }
div.DivClassName
{
background-color: #38BE8C;
}
.BgClassName
{
background-color: #38BE8C;
}
</style>
border-color css
<style>
span { border-color: #38BE8C; }
span { border-color: rgb(56,190,140); }
td.TdClassName
{
border-color: #38BE8C;
}
.TagClassName
{
border-color: #38BE8C;
}
</style>