Shades of Shamrock #38BC8F
Tints of Shamrock #38BC8F
RGB
CMYK
RGB Variations
Color information
#38BC8F (or 0x38BC8F) is known color: Shamrock. HEX triplet: 38, BC and 8F. RGB value is (56,188,143). Sum of RGB (Red+Green+Blue) = 56+188+143=387 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.47% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BC8F is #C74370. Grayscale: #8F8F8F. Windows color (decimal): -13058929 or 9419832. OLE color: 9419832.
HSL color Cylindrical-coordinate representation of color #38BC8F: hue angle of 159.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BC8F is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 188 | 143 | - |
| CMYK | 0.70 | 0 | 0.24 | 0.26 |
| HSL | 159.55º | 0.54% | 0.48% | - |
| HSV(B) | 159.55º | 0.7% | 0.74% | - |
| XYZ | 24.57 | 38.79 | 32.18 | - |
| YUV | 143.4 | 127.77 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 188 | 143 | 0.70 | 0 | 0.24 | 0.26 | 159.55 | 0.54 | 0.48 |
| Hex | 38 | BC | 8F | 46 | 0 | 18 | 1A | A0 | 36 | 30 |
| Octal | 70 | 274 | 217 | 106 | 0 | 30 | 32 | 240 | 66 | 60 |
| Binary | 111000 | 10111100 | 10001111 | 1000110 | 0 | 11000 | 11010 | 10100000 | 110110 | 110000 |
Color Harmonies of #38BC8F
Complementary color
Monochromatic Colors of #38BC8F
Black with #38BC8F
Text Example
Text Example
White with #38BC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BC8F; }
p { color: rgb(56,188,143); }
H1.HeaderClassName
{
color: #38BC8F;
}
.AnyTagClassName
{
color: #38BC8F;
}
</style>
background-color css
<style>
a { background-color: #38BC8F; }
a { background-color: rgb(56,188,143); }
div.DivClassName
{
background-color: #38BC8F;
}
.BgClassName
{
background-color: #38BC8F;
}
</style>
border-color css
<style>
span { border-color: #38BC8F; }
span { border-color: rgb(56,188,143); }
td.TdClassName
{
border-color: #38BC8F;
}
.TagClassName
{
border-color: #38BC8F;
}
</style>