Shades of Medium Sea Green #38BC68
Tints of Medium Sea Green #38BC68
RGB
CMYK
RGB Variations
Color information
#38BC68 (or 0x38BC68) is known color: Medium Sea Green. HEX triplet: 38, BC and 68. RGB value is (56,188,104). Sum of RGB (Red+Green+Blue) = 56+188+104=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BC68 is #C74397. Grayscale: #8B8B8B. Windows color (decimal): -13058968 or 6863928. OLE color: 6863928.
HSL color Cylindrical-coordinate representation of color #38BC68: hue angle of 141.82º 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 #38BC68 is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 188 | 104 | - |
| CMYK | 0.70 | 0 | 0.45 | 0.26 |
| HSL | 141.82º | 0.54% | 0.48% | - |
| HSV(B) | 141.82º | 0.7% | 0.74% | - |
| XYZ | 22.11 | 37.81 | 19.23 | - |
| YUV | 138.96 | 108.27 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 188 | 104 | 0.70 | 0 | 0.45 | 0.26 | 141.82 | 0.54 | 0.48 |
| Hex | 38 | BC | 68 | 46 | 0 | 2D | 1A | 8E | 36 | 30 |
| Octal | 70 | 274 | 150 | 106 | 0 | 55 | 32 | 216 | 66 | 60 |
| Binary | 111000 | 10111100 | 1101000 | 1000110 | 0 | 101101 | 11010 | 10001110 | 110110 | 110000 |
Color Harmonies of #38BC68
Complementary color
Monochromatic Colors of #38BC68
Black with #38BC68
Text Example
Text Example
White with #38BC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BC68; }
p { color: rgb(56,188,104); }
H1.HeaderClassName
{
color: #38BC68;
}
.AnyTagClassName
{
color: #38BC68;
}
</style>
background-color css
<style>
a { background-color: #38BC68; }
a { background-color: rgb(56,188,104); }
div.DivClassName
{
background-color: #38BC68;
}
.BgClassName
{
background-color: #38BC68;
}
</style>
border-color css
<style>
span { border-color: #38BC68; }
span { border-color: rgb(56,188,104); }
td.TdClassName
{
border-color: #38BC68;
}
.TagClassName
{
border-color: #38BC68;
}
</style>