Shades of Medium Sea Green #38C273
Tints of Medium Sea Green #38C273
RGB
CMYK
RGB Variations
Color information
#38C273 (or 0x38C273) is known color: Medium Sea Green. HEX triplet: 38, C2 and 73. RGB value is (56,194,115). Sum of RGB (Red+Green+Blue) = 56+194+115=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 194 (76.17% from 255 or 53.15% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 194 - color contains mainly: green. Hex color #38C273 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C273 is #C73D8C. Grayscale: #8F8F8F. Windows color (decimal): -13057421 or 7586360. OLE color: 7586360.
HSL color Cylindrical-coordinate representation of color #38C273: hue angle of 145.65º 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 #38C273 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 194 | 115 | - |
| CMYK | 0.71 | 0 | 0.41 | 0.24 |
| HSL | 145.65º | 0.55% | 0.49% | - |
| HSV(B) | 145.65º | 0.71% | 0.76% | - |
| XYZ | 24.02 | 40.66 | 22.8 | - |
| YUV | 143.73 | 111.78 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 194 | 115 | 0.71 | 0 | 0.41 | 0.24 | 145.65 | 0.55 | 0.49 |
| Hex | 38 | C2 | 73 | 47 | 0 | 29 | 18 | 92 | 37 | 31 |
| Octal | 70 | 302 | 163 | 107 | 0 | 51 | 30 | 222 | 67 | 61 |
| Binary | 111000 | 11000010 | 1110011 | 1000111 | 0 | 101001 | 11000 | 10010010 | 110111 | 110001 |
Color Harmonies of #38C273
Complementary color
Monochromatic Colors of #38C273
Black with #38C273
Text Example
Text Example
White with #38C273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C273; }
p { color: rgb(56,194,115); }
H1.HeaderClassName
{
color: #38C273;
}
.AnyTagClassName
{
color: #38C273;
}
</style>
background-color css
<style>
a { background-color: #38C273; }
a { background-color: rgb(56,194,115); }
div.DivClassName
{
background-color: #38C273;
}
.BgClassName
{
background-color: #38C273;
}
</style>
border-color css
<style>
span { border-color: #38C273; }
span { border-color: rgb(56,194,115); }
td.TdClassName
{
border-color: #38C273;
}
.TagClassName
{
border-color: #38C273;
}
</style>