Shades of Medium Sea Green #38A575
Tints of Medium Sea Green #38A575
RGB
CMYK
RGB Variations
Color information
#38A575 (or 0x38A575) is known color: Medium Sea Green. HEX triplet: 38, A5 and 75. RGB value is (56,165,117). Sum of RGB (Red+Green+Blue) = 56+165+117=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 165 (64.84% from 255 or 48.82% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 165 - color contains mainly: green. Hex color #38A575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A575 is #C75A8A. Grayscale: #7F7F7F. Windows color (decimal): -13064843 or 7710008. OLE color: 7710008.
HSL color Cylindrical-coordinate representation of color #38A575: hue angle of 153.58º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A575 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 165 | 117 | - |
| CMYK | 0.66 | 0 | 0.29 | 0.35 |
| HSL | 153.58º | 0.49% | 0.43% | - |
| HSV(B) | 153.58º | 0.66% | 0.65% | - |
| XYZ | 18.3 | 29.04 | 21.47 | - |
| YUV | 126.94 | 122.39 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 165 | 117 | 0.66 | 0 | 0.29 | 0.35 | 153.58 | 0.49 | 0.43 |
| Hex | 38 | A5 | 75 | 42 | 0 | 1D | 23 | 9A | 31 | 2B |
| Octal | 70 | 245 | 165 | 102 | 0 | 35 | 43 | 232 | 61 | 53 |
| Binary | 111000 | 10100101 | 1110101 | 1000010 | 0 | 11101 | 100011 | 10011010 | 110001 | 101011 |
Color Harmonies of #38A575
Complementary color
Monochromatic Colors of #38A575
Black with #38A575
Text Example
Text Example
White with #38A575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A575; }
p { color: rgb(56,165,117); }
H1.HeaderClassName
{
color: #38A575;
}
.AnyTagClassName
{
color: #38A575;
}
</style>
background-color css
<style>
a { background-color: #38A575; }
a { background-color: rgb(56,165,117); }
div.DivClassName
{
background-color: #38A575;
}
.BgClassName
{
background-color: #38A575;
}
</style>
border-color css
<style>
span { border-color: #38A575; }
span { border-color: rgb(56,165,117); }
td.TdClassName
{
border-color: #38A575;
}
.TagClassName
{
border-color: #38A575;
}
</style>