Shades of Medium Sea Green #38BD7A
Tints of Medium Sea Green #38BD7A
RGB
CMYK
RGB Variations
Color information
#38BD7A (or 0x38BD7A) is known color: Medium Sea Green. HEX triplet: 38, BD and 7A. RGB value is (56,189,122). Sum of RGB (Red+Green+Blue) = 56+189+122=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #38BD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BD7A is #C74285. Grayscale: #8D8D8D. Windows color (decimal): -13058694 or 8043832. OLE color: 8043832.
HSL color Cylindrical-coordinate representation of color #38BD7A: hue angle of 149.77º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BD7A is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 189 | 122 | - |
| CMYK | 0.70 | 0 | 0.35 | 0.26 |
| HSL | 149.77º | 0.54% | 0.48% | - |
| HSV(B) | 149.77º | 0.7% | 0.74% | - |
| XYZ | 23.34 | 38.64 | 24.64 | - |
| YUV | 141.6 | 116.94 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 189 | 122 | 0.70 | 0 | 0.35 | 0.26 | 149.77 | 0.54 | 0.48 |
| Hex | 38 | BD | 7A | 46 | 0 | 23 | 1A | 96 | 36 | 30 |
| Octal | 70 | 275 | 172 | 106 | 0 | 43 | 32 | 226 | 66 | 60 |
| Binary | 111000 | 10111101 | 1111010 | 1000110 | 0 | 100011 | 11010 | 10010110 | 110110 | 110000 |
Color Harmonies of #38BD7A
Complementary color
Monochromatic Colors of #38BD7A
Black with #38BD7A
Text Example
Text Example
White with #38BD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BD7A; }
p { color: rgb(56,189,122); }
H1.HeaderClassName
{
color: #38BD7A;
}
.AnyTagClassName
{
color: #38BD7A;
}
</style>
background-color css
<style>
a { background-color: #38BD7A; }
a { background-color: rgb(56,189,122); }
div.DivClassName
{
background-color: #38BD7A;
}
.BgClassName
{
background-color: #38BD7A;
}
</style>
border-color css
<style>
span { border-color: #38BD7A; }
span { border-color: rgb(56,189,122); }
td.TdClassName
{
border-color: #38BD7A;
}
.TagClassName
{
border-color: #38BD7A;
}
</style>