Shades of Medium Sea Green #38C87F
Tints of Medium Sea Green #38C87F
RGB
CMYK
RGB Variations
Color information
#38C87F (or 0x38C87F) is known color: Medium Sea Green. HEX triplet: 38, C8 and 7F. RGB value is (56,200,127). Sum of RGB (Red+Green+Blue) = 56+200+127=383 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.62% from 383); Green value is 200 (78.52% from 255 or 52.22% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 200 - color contains mainly: green. Hex color #38C87F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C87F is #C73780. Grayscale: #949494. Windows color (decimal): -13055873 or 8374328. OLE color: 8374328.
HSL color Cylindrical-coordinate representation of color #38C87F: hue angle of 149.58º degrees, saturation: 0.57, 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 #38C87F is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 200 | 127 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.22 |
| HSL | 149.58º | 0.57% | 0.5% | - |
| HSV(B) | 149.58º | 0.72% | 0.78% | - |
| XYZ | 26.12 | 43.68 | 27.13 | - |
| YUV | 148.62 | 115.79 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 200 | 127 | 0.72 | 0 | 0.36 | 0.22 | 149.58 | 0.57 | 0.5 |
| Hex | 38 | C8 | 7F | 48 | 0 | 24 | 16 | 96 | 39 | 32 |
| Octal | 70 | 310 | 177 | 110 | 0 | 44 | 26 | 226 | 71 | 62 |
| Binary | 111000 | 11001000 | 1111111 | 1001000 | 0 | 100100 | 10110 | 10010110 | 111001 | 110010 |
Color Harmonies of #38C87F
Complementary color
Monochromatic Colors of #38C87F
Black with #38C87F
Text Example
Text Example
White with #38C87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C87F; }
p { color: rgb(56,200,127); }
H1.HeaderClassName
{
color: #38C87F;
}
.AnyTagClassName
{
color: #38C87F;
}
</style>
background-color css
<style>
a { background-color: #38C87F; }
a { background-color: rgb(56,200,127); }
div.DivClassName
{
background-color: #38C87F;
}
.BgClassName
{
background-color: #38C87F;
}
</style>
border-color css
<style>
span { border-color: #38C87F; }
span { border-color: rgb(56,200,127); }
td.TdClassName
{
border-color: #38C87F;
}
.TagClassName
{
border-color: #38C87F;
}
</style>