Shades of Medium Sea Green #38C674
Tints of Medium Sea Green #38C674
RGB
CMYK
RGB Variations
Color information
#38C674 (or 0x38C674) is known color: Medium Sea Green. HEX triplet: 38, C6 and 74. RGB value is (56,198,116). Sum of RGB (Red+Green+Blue) = 56+198+116=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 198 (77.73% from 255 or 53.51% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 198 - color contains mainly: green. Hex color #38C674 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C674 is #C7398B. Grayscale: #929292. Windows color (decimal): -13056396 or 7652920. OLE color: 7652920.
HSL color Cylindrical-coordinate representation of color #38C674: hue angle of 145.35º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C674 is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 198 | 116 | - |
| CMYK | 0.72 | 0 | 0.41 | 0.22 |
| HSL | 145.35º | 0.56% | 0.5% | - |
| HSV(B) | 145.35º | 0.72% | 0.78% | - |
| XYZ | 24.98 | 42.49 | 23.41 | - |
| YUV | 146.19 | 110.96 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 198 | 116 | 0.72 | 0 | 0.41 | 0.22 | 145.35 | 0.56 | 0.5 |
| Hex | 38 | C6 | 74 | 48 | 0 | 29 | 16 | 91 | 38 | 32 |
| Octal | 70 | 306 | 164 | 110 | 0 | 51 | 26 | 221 | 70 | 62 |
| Binary | 111000 | 11000110 | 1110100 | 1001000 | 0 | 101001 | 10110 | 10010001 | 111000 | 110010 |
Color Harmonies of #38C674
Complementary color
Monochromatic Colors of #38C674
Black with #38C674
Text Example
Text Example
White with #38C674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C674; }
p { color: rgb(56,198,116); }
H1.HeaderClassName
{
color: #38C674;
}
.AnyTagClassName
{
color: #38C674;
}
</style>
background-color css
<style>
a { background-color: #38C674; }
a { background-color: rgb(56,198,116); }
div.DivClassName
{
background-color: #38C674;
}
.BgClassName
{
background-color: #38C674;
}
</style>
border-color css
<style>
span { border-color: #38C674; }
span { border-color: rgb(56,198,116); }
td.TdClassName
{
border-color: #38C674;
}
.TagClassName
{
border-color: #38C674;
}
</style>