Shades of Medium Sea Green #38C665
Tints of Medium Sea Green #38C665
RGB
CMYK
RGB Variations
Color information
#38C665 (or 0x38C665) is known color: Medium Sea Green. HEX triplet: 38, C6 and 65. RGB value is (56,198,101). Sum of RGB (Red+Green+Blue) = 56+198+101=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 198 (77.73% from 255 or 55.77% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 198 - color contains mainly: green. Hex color #38C665 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C665 is #C7399A. Grayscale: #909090. Windows color (decimal): -13056411 or 6669880. OLE color: 6669880.
HSL color Cylindrical-coordinate representation of color #38C665: hue angle of 139.01º degrees, saturation: 0.56, 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 #38C665 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 198 | 101 | - |
| CMYK | 0.72 | 0 | 0.49 | 0.22 |
| HSL | 139.01º | 0.56% | 0.5% | - |
| HSV(B) | 139.01º | 0.72% | 0.78% | - |
| XYZ | 24.17 | 42.17 | 19.18 | - |
| YUV | 144.48 | 103.46 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 198 | 101 | 0.72 | 0 | 0.49 | 0.22 | 139.01 | 0.56 | 0.5 |
| Hex | 38 | C6 | 65 | 48 | 0 | 31 | 16 | 8B | 38 | 32 |
| Octal | 70 | 306 | 145 | 110 | 0 | 61 | 26 | 213 | 70 | 62 |
| Binary | 111000 | 11000110 | 1100101 | 1001000 | 0 | 110001 | 10110 | 10001011 | 111000 | 110010 |
Color Harmonies of #38C665
Complementary color
Monochromatic Colors of #38C665
Black with #38C665
Text Example
Text Example
White with #38C665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C665; }
p { color: rgb(56,198,101); }
H1.HeaderClassName
{
color: #38C665;
}
.AnyTagClassName
{
color: #38C665;
}
</style>
background-color css
<style>
a { background-color: #38C665; }
a { background-color: rgb(56,198,101); }
div.DivClassName
{
background-color: #38C665;
}
.BgClassName
{
background-color: #38C665;
}
</style>
border-color css
<style>
span { border-color: #38C665; }
span { border-color: rgb(56,198,101); }
td.TdClassName
{
border-color: #38C665;
}
.TagClassName
{
border-color: #38C665;
}
</style>