Shades of Medium Sea Green #38C555
Tints of Medium Sea Green #38C555
RGB
CMYK
RGB Variations
Color information
#38C555 (or 0x38C555) is known color: Medium Sea Green. HEX triplet: 38, C5 and 55. RGB value is (56,197,85). Sum of RGB (Red+Green+Blue) = 56+197+85=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 197 (77.34% from 255 or 58.28% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 197 - color contains mainly: green. Hex color #38C555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C555 is #C73AAA. Grayscale: #8E8E8E. Windows color (decimal): -13056683 or 5621048. OLE color: 5621048.
HSL color Cylindrical-coordinate representation of color #38C555: hue angle of 132.34º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C555 is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 56 | 197 | 85 | - |
| CMYK | 0.72 | 0 | 0.57 | 0.23 |
| HSL | 132.34º | 0.56% | 0.5% | - |
| HSV(B) | 132.34º | 0.72% | 0.77% | - |
| XYZ | 23.24 | 41.43 | 15.37 | - |
| YUV | 142.07 | 95.79 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 197 | 85 | 0.72 | 0 | 0.57 | 0.23 | 132.34 | 0.56 | 0.5 |
| Hex | 38 | C5 | 55 | 48 | 0 | 39 | 17 | 84 | 38 | 32 |
| Octal | 70 | 305 | 125 | 110 | 0 | 71 | 27 | 204 | 70 | 62 |
| Binary | 111000 | 11000101 | 1010101 | 1001000 | 0 | 111001 | 10111 | 10000100 | 111000 | 110010 |
Color Harmonies of #38C555
Complementary color
Monochromatic Colors of #38C555
Black with #38C555
Text Example
Text Example
White with #38C555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C555; }
p { color: rgb(56,197,85); }
H1.HeaderClassName
{
color: #38C555;
}
.AnyTagClassName
{
color: #38C555;
}
</style>
background-color css
<style>
a { background-color: #38C555; }
a { background-color: rgb(56,197,85); }
div.DivClassName
{
background-color: #38C555;
}
.BgClassName
{
background-color: #38C555;
}
</style>
border-color css
<style>
span { border-color: #38C555; }
span { border-color: rgb(56,197,85); }
td.TdClassName
{
border-color: #38C555;
}
.TagClassName
{
border-color: #38C555;
}
</style>