Shades of Medium Sea Green #38AA68
Tints of Medium Sea Green #38AA68
RGB
CMYK
RGB Variations
Color information
#38AA68 (or 0x38AA68) is known color: Medium Sea Green. HEX triplet: 38, AA and 68. RGB value is (56,170,104). Sum of RGB (Red+Green+Blue) = 56+170+104=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AA68 is #C75597. Grayscale: #808080. Windows color (decimal): -13063576 or 6859320. OLE color: 6859320.
HSL color Cylindrical-coordinate representation of color #38AA68: hue angle of 145.26º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AA68 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 170 | 104 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.33 |
| HSL | 145.26º | 0.5% | 0.44% | - |
| HSV(B) | 145.26º | 0.67% | 0.67% | - |
| XYZ | 18.5 | 30.59 | 18.03 | - |
| YUV | 128.39 | 114.23 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 170 | 104 | 0.67 | 0 | 0.39 | 0.33 | 145.26 | 0.5 | 0.44 |
| Hex | 38 | AA | 68 | 43 | 0 | 27 | 21 | 91 | 32 | 2C |
| Octal | 70 | 252 | 150 | 103 | 0 | 47 | 41 | 221 | 62 | 54 |
| Binary | 111000 | 10101010 | 1101000 | 1000011 | 0 | 100111 | 100001 | 10010001 | 110010 | 101100 |
Color Harmonies of #38AA68
Complementary color
Monochromatic Colors of #38AA68
Black with #38AA68
Text Example
Text Example
White with #38AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AA68; }
p { color: rgb(56,170,104); }
H1.HeaderClassName
{
color: #38AA68;
}
.AnyTagClassName
{
color: #38AA68;
}
</style>
background-color css
<style>
a { background-color: #38AA68; }
a { background-color: rgb(56,170,104); }
div.DivClassName
{
background-color: #38AA68;
}
.BgClassName
{
background-color: #38AA68;
}
</style>
border-color css
<style>
span { border-color: #38AA68; }
span { border-color: rgb(56,170,104); }
td.TdClassName
{
border-color: #38AA68;
}
.TagClassName
{
border-color: #38AA68;
}
</style>