Shades of Medium Sea Green #38C373
Tints of Medium Sea Green #38C373
RGB
CMYK
RGB Variations
Color information
#38C373 (or 0x38C373) is known color: Medium Sea Green. HEX triplet: 38, C3 and 73. RGB value is (56,195,115). Sum of RGB (Red+Green+Blue) = 56+195+115=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 195 (76.56% from 255 or 53.28% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 195 - color contains mainly: green. Hex color #38C373 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C373 is #C73C8C. Grayscale: #909090. Windows color (decimal): -13057165 or 7586616. OLE color: 7586616.
HSL color Cylindrical-coordinate representation of color #38C373: hue angle of 145.47º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C373 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 195 | 115 | - |
| CMYK | 0.71 | 0 | 0.41 | 0.24 |
| HSL | 145.47º | 0.55% | 0.49% | - |
| HSV(B) | 145.47º | 0.71% | 0.76% | - |
| XYZ | 24.24 | 41.11 | 22.88 | - |
| YUV | 144.32 | 111.45 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 195 | 115 | 0.71 | 0 | 0.41 | 0.24 | 145.47 | 0.55 | 0.49 |
| Hex | 38 | C3 | 73 | 47 | 0 | 29 | 18 | 91 | 37 | 31 |
| Octal | 70 | 303 | 163 | 107 | 0 | 51 | 30 | 221 | 67 | 61 |
| Binary | 111000 | 11000011 | 1110011 | 1000111 | 0 | 101001 | 11000 | 10010001 | 110111 | 110001 |
Color Harmonies of #38C373
Complementary color
Monochromatic Colors of #38C373
Black with #38C373
Text Example
Text Example
White with #38C373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C373; }
p { color: rgb(56,195,115); }
H1.HeaderClassName
{
color: #38C373;
}
.AnyTagClassName
{
color: #38C373;
}
</style>
background-color css
<style>
a { background-color: #38C373; }
a { background-color: rgb(56,195,115); }
div.DivClassName
{
background-color: #38C373;
}
.BgClassName
{
background-color: #38C373;
}
</style>
border-color css
<style>
span { border-color: #38C373; }
span { border-color: rgb(56,195,115); }
td.TdClassName
{
border-color: #38C373;
}
.TagClassName
{
border-color: #38C373;
}
</style>