Shades of Medium Sea Green #38C066
Tints of Medium Sea Green #38C066
RGB
CMYK
RGB Variations
Color information
#38C066 (or 0x38C066) is known color: Medium Sea Green. HEX triplet: 38, C0 and 66. RGB value is (56,192,102). Sum of RGB (Red+Green+Blue) = 56+192+102=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #38C066 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C066 is #C73F99. Grayscale: #8D8D8D. Windows color (decimal): -13057946 or 6733880. OLE color: 6733880.
HSL color Cylindrical-coordinate representation of color #38C066: hue angle of 140.29º 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 #38C066 is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 192 | 102 | - |
| CMYK | 0.71 | 0 | 0.47 | 0.25 |
| HSL | 140.29º | 0.55% | 0.49% | - |
| HSV(B) | 140.29º | 0.71% | 0.75% | - |
| XYZ | 22.88 | 39.5 | 18.99 | - |
| YUV | 141.08 | 105.94 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 192 | 102 | 0.71 | 0 | 0.47 | 0.25 | 140.29 | 0.55 | 0.49 |
| Hex | 38 | C0 | 66 | 47 | 0 | 2F | 19 | 8C | 37 | 31 |
| Octal | 70 | 300 | 146 | 107 | 0 | 57 | 31 | 214 | 67 | 61 |
| Binary | 111000 | 11000000 | 1100110 | 1000111 | 0 | 101111 | 11001 | 10001100 | 110111 | 110001 |
Color Harmonies of #38C066
Complementary color
Monochromatic Colors of #38C066
Black with #38C066
Text Example
Text Example
White with #38C066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C066; }
p { color: rgb(56,192,102); }
H1.HeaderClassName
{
color: #38C066;
}
.AnyTagClassName
{
color: #38C066;
}
</style>
background-color css
<style>
a { background-color: #38C066; }
a { background-color: rgb(56,192,102); }
div.DivClassName
{
background-color: #38C066;
}
.BgClassName
{
background-color: #38C066;
}
</style>
border-color css
<style>
span { border-color: #38C066; }
span { border-color: rgb(56,192,102); }
td.TdClassName
{
border-color: #38C066;
}
.TagClassName
{
border-color: #38C066;
}
</style>