Shades of Medium Sea Green #38A970
Tints of Medium Sea Green #38A970
RGB
CMYK
RGB Variations
Color information
#38A970 (or 0x38A970) is known color: Medium Sea Green. HEX triplet: 38, A9 and 70. RGB value is (56,169,112). Sum of RGB (Red+Green+Blue) = 56+169+112=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 169 (66.41% from 255 or 50.15% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 169 - color contains mainly: green. Hex color #38A970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A970 is #C7568F. Grayscale: #808080. Windows color (decimal): -13063824 or 7383352. OLE color: 7383352.
HSL color Cylindrical-coordinate representation of color #38A970: hue angle of 149.73º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38A970 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 56 | 169 | 112 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.34 |
| HSL | 149.73º | 0.5% | 0.44% | - |
| HSV(B) | 149.73º | 0.67% | 0.66% | - |
| XYZ | 18.74 | 30.39 | 20.21 | - |
| YUV | 128.72 | 118.56 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 169 | 112 | 0.67 | 0 | 0.34 | 0.34 | 149.73 | 0.5 | 0.44 |
| Hex | 38 | A9 | 70 | 43 | 0 | 22 | 22 | 96 | 32 | 2C |
| Octal | 70 | 251 | 160 | 103 | 0 | 42 | 42 | 226 | 62 | 54 |
| Binary | 111000 | 10101001 | 1110000 | 1000011 | 0 | 100010 | 100010 | 10010110 | 110010 | 101100 |
Color Harmonies of #38A970
Complementary color
Monochromatic Colors of #38A970
Black with #38A970
Text Example
Text Example
White with #38A970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A970; }
p { color: rgb(56,169,112); }
H1.HeaderClassName
{
color: #38A970;
}
.AnyTagClassName
{
color: #38A970;
}
</style>
background-color css
<style>
a { background-color: #38A970; }
a { background-color: rgb(56,169,112); }
div.DivClassName
{
background-color: #38A970;
}
.BgClassName
{
background-color: #38A970;
}
</style>
border-color css
<style>
span { border-color: #38A970; }
span { border-color: rgb(56,169,112); }
td.TdClassName
{
border-color: #38A970;
}
.TagClassName
{
border-color: #38A970;
}
</style>