Shades of Medium Sea Green #38A765
Tints of Medium Sea Green #38A765
RGB
CMYK
RGB Variations
Color information
#38A765 (or 0x38A765) is known color: Medium Sea Green. HEX triplet: 38, A7 and 65. RGB value is (56,167,101). Sum of RGB (Red+Green+Blue) = 56+167+101=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 167 (65.62% from 255 or 51.54% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 167 - color contains mainly: green. Hex color #38A765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A765 is #C7589A. Grayscale: #7E7E7E. Windows color (decimal): -13064347 or 6661944. OLE color: 6661944.
HSL color Cylindrical-coordinate representation of color #38A765: hue angle of 144.32º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A765 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 167 | 101 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.35 |
| HSL | 144.32º | 0.5% | 0.44% | - |
| HSV(B) | 144.32º | 0.66% | 0.65% | - |
| XYZ | 17.8 | 29.42 | 17.05 | - |
| YUV | 126.29 | 113.73 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 167 | 101 | 0.66 | 0 | 0.40 | 0.35 | 144.32 | 0.5 | 0.44 |
| Hex | 38 | A7 | 65 | 42 | 0 | 28 | 23 | 90 | 32 | 2C |
| Octal | 70 | 247 | 145 | 102 | 0 | 50 | 43 | 220 | 62 | 54 |
| Binary | 111000 | 10100111 | 1100101 | 1000010 | 0 | 101000 | 100011 | 10010000 | 110010 | 101100 |
Color Harmonies of #38A765
Complementary color
Monochromatic Colors of #38A765
Black with #38A765
Text Example
Text Example
White with #38A765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A765; }
p { color: rgb(56,167,101); }
H1.HeaderClassName
{
color: #38A765;
}
.AnyTagClassName
{
color: #38A765;
}
</style>
background-color css
<style>
a { background-color: #38A765; }
a { background-color: rgb(56,167,101); }
div.DivClassName
{
background-color: #38A765;
}
.BgClassName
{
background-color: #38A765;
}
</style>
border-color css
<style>
span { border-color: #38A765; }
span { border-color: rgb(56,167,101); }
td.TdClassName
{
border-color: #38A765;
}
.TagClassName
{
border-color: #38A765;
}
</style>