Shades of Medium Sea Green #38BC85
Tints of Medium Sea Green #38BC85
RGB
CMYK
RGB Variations
Color information
#38BC85 (or 0x38BC85) is known color: Medium Sea Green. HEX triplet: 38, BC and 85. RGB value is (56,188,133). Sum of RGB (Red+Green+Blue) = 56+188+133=377 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.85% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BC85 is #C7437A. Grayscale: #8E8E8E. Windows color (decimal): -13058939 or 8764472. OLE color: 8764472.
HSL color Cylindrical-coordinate representation of color #38BC85: hue angle of 155º 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 #38BC85 is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 188 | 133 | - |
| CMYK | 0.70 | 0 | 0.29 | 0.26 |
| HSL | 155º | 0.54% | 0.48% | - |
| HSV(B) | 155º | 0.7% | 0.74% | - |
| XYZ | 23.85 | 38.5 | 28.36 | - |
| YUV | 142.26 | 122.77 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 188 | 133 | 0.70 | 0 | 0.29 | 0.26 | 155 | 0.54 | 0.48 |
| Hex | 38 | BC | 85 | 46 | 0 | 1D | 1A | 9B | 36 | 30 |
| Octal | 70 | 274 | 205 | 106 | 0 | 35 | 32 | 233 | 66 | 60 |
| Binary | 111000 | 10111100 | 10000101 | 1000110 | 0 | 11101 | 11010 | 10011011 | 110110 | 110000 |
Color Harmonies of #38BC85
Complementary color
Monochromatic Colors of #38BC85
Black with #38BC85
Text Example
Text Example
White with #38BC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BC85; }
p { color: rgb(56,188,133); }
H1.HeaderClassName
{
color: #38BC85;
}
.AnyTagClassName
{
color: #38BC85;
}
</style>
background-color css
<style>
a { background-color: #38BC85; }
a { background-color: rgb(56,188,133); }
div.DivClassName
{
background-color: #38BC85;
}
.BgClassName
{
background-color: #38BC85;
}
</style>
border-color css
<style>
span { border-color: #38BC85; }
span { border-color: rgb(56,188,133); }
td.TdClassName
{
border-color: #38BC85;
}
.TagClassName
{
border-color: #38BC85;
}
</style>