Shades of Medium Sea Green #38AE64
Tints of Medium Sea Green #38AE64
RGB
CMYK
RGB Variations
Color information
#38AE64 (or 0x38AE64) is known color: Medium Sea Green. HEX triplet: 38, AE and 64. RGB value is (56,174,100). Sum of RGB (Red+Green+Blue) = 56+174+100=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 174 (68.36% from 255 or 52.73% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 174 - color contains mainly: green. Hex color #38AE64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AE64 is #C7519B. Grayscale: #828282. Windows color (decimal): -13062556 or 6598200. OLE color: 6598200.
HSL color Cylindrical-coordinate representation of color #38AE64: hue angle of 142.37º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AE64 is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 174 | 100 | - |
| CMYK | 0.68 | 0 | 0.43 | 0.32 |
| HSL | 142.37º | 0.51% | 0.45% | - |
| HSV(B) | 142.37º | 0.68% | 0.68% | - |
| XYZ | 19.07 | 32.03 | 17.23 | - |
| YUV | 130.28 | 110.91 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 174 | 100 | 0.68 | 0 | 0.43 | 0.32 | 142.37 | 0.51 | 0.45 |
| Hex | 38 | AE | 64 | 44 | 0 | 2B | 20 | 8E | 33 | 2D |
| Octal | 70 | 256 | 144 | 104 | 0 | 53 | 40 | 216 | 63 | 55 |
| Binary | 111000 | 10101110 | 1100100 | 1000100 | 0 | 101011 | 100000 | 10001110 | 110011 | 101101 |
Color Harmonies of #38AE64
Complementary color
Monochromatic Colors of #38AE64
Black with #38AE64
Text Example
Text Example
White with #38AE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AE64; }
p { color: rgb(56,174,100); }
H1.HeaderClassName
{
color: #38AE64;
}
.AnyTagClassName
{
color: #38AE64;
}
</style>
background-color css
<style>
a { background-color: #38AE64; }
a { background-color: rgb(56,174,100); }
div.DivClassName
{
background-color: #38AE64;
}
.BgClassName
{
background-color: #38AE64;
}
</style>
border-color css
<style>
span { border-color: #38AE64; }
span { border-color: rgb(56,174,100); }
td.TdClassName
{
border-color: #38AE64;
}
.TagClassName
{
border-color: #38AE64;
}
</style>