Shades of Medium Sea Green #38C082
Tints of Medium Sea Green #38C082
RGB
CMYK
RGB Variations
Color information
#38C082 (or 0x38C082) is known color: Medium Sea Green. HEX triplet: 38, C0 and 82. RGB value is (56,192,130). Sum of RGB (Red+Green+Blue) = 56+192+130=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #38C082 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C082 is #C73F7D. Grayscale: #909090. Windows color (decimal): -13057918 or 8568888. OLE color: 8568888.
HSL color Cylindrical-coordinate representation of color #38C082: hue angle of 152.65º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C082 is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 192 | 130 | - |
| CMYK | 0.71 | 0 | 0.32 | 0.25 |
| HSL | 152.65º | 0.55% | 0.49% | - |
| HSV(B) | 152.65º | 0.71% | 0.75% | - |
| XYZ | 24.51 | 40.15 | 27.58 | - |
| YUV | 144.27 | 119.94 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 192 | 130 | 0.71 | 0 | 0.32 | 0.25 | 152.65 | 0.55 | 0.49 |
| Hex | 38 | C0 | 82 | 47 | 0 | 20 | 19 | 99 | 37 | 31 |
| Octal | 70 | 300 | 202 | 107 | 0 | 40 | 31 | 231 | 67 | 61 |
| Binary | 111000 | 11000000 | 10000010 | 1000111 | 0 | 100000 | 11001 | 10011001 | 110111 | 110001 |
Color Harmonies of #38C082
Complementary color
Monochromatic Colors of #38C082
Black with #38C082
Text Example
Text Example
White with #38C082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C082; }
p { color: rgb(56,192,130); }
H1.HeaderClassName
{
color: #38C082;
}
.AnyTagClassName
{
color: #38C082;
}
</style>
background-color css
<style>
a { background-color: #38C082; }
a { background-color: rgb(56,192,130); }
div.DivClassName
{
background-color: #38C082;
}
.BgClassName
{
background-color: #38C082;
}
</style>
border-color css
<style>
span { border-color: #38C082; }
span { border-color: rgb(56,192,130); }
td.TdClassName
{
border-color: #38C082;
}
.TagClassName
{
border-color: #38C082;
}
</style>