Shades of Medium Sea Green #38C16F
Tints of Medium Sea Green #38C16F
RGB
CMYK
RGB Variations
Color information
#38C16F (or 0x38C16F) is known color: Medium Sea Green. HEX triplet: 38, C1 and 6F. RGB value is (56,193,111). Sum of RGB (Red+Green+Blue) = 56+193+111=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 193 (75.78% from 255 or 53.61% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 193 - color contains mainly: green. Hex color #38C16F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C16F is #C73E90. Grayscale: #8E8E8E. Windows color (decimal): -13057681 or 7323960. OLE color: 7323960.
HSL color Cylindrical-coordinate representation of color #38C16F: hue angle of 144.09º 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 #38C16F is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 193 | 111 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.24 |
| HSL | 144.09º | 0.55% | 0.49% | - |
| HSV(B) | 144.09º | 0.71% | 0.76% | - |
| XYZ | 23.57 | 40.13 | 21.54 | - |
| YUV | 142.69 | 110.11 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 193 | 111 | 0.71 | 0 | 0.42 | 0.24 | 144.09 | 0.55 | 0.49 |
| Hex | 38 | C1 | 6F | 47 | 0 | 2A | 18 | 90 | 37 | 31 |
| Octal | 70 | 301 | 157 | 107 | 0 | 52 | 30 | 220 | 67 | 61 |
| Binary | 111000 | 11000001 | 1101111 | 1000111 | 0 | 101010 | 11000 | 10010000 | 110111 | 110001 |
Color Harmonies of #38C16F
Complementary color
Monochromatic Colors of #38C16F
Black with #38C16F
Text Example
Text Example
White with #38C16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C16F; }
p { color: rgb(56,193,111); }
H1.HeaderClassName
{
color: #38C16F;
}
.AnyTagClassName
{
color: #38C16F;
}
</style>
background-color css
<style>
a { background-color: #38C16F; }
a { background-color: rgb(56,193,111); }
div.DivClassName
{
background-color: #38C16F;
}
.BgClassName
{
background-color: #38C16F;
}
</style>
border-color css
<style>
span { border-color: #38C16F; }
span { border-color: rgb(56,193,111); }
td.TdClassName
{
border-color: #38C16F;
}
.TagClassName
{
border-color: #38C16F;
}
</style>