Shades of Medium Sea Green #38CC65
Tints of Medium Sea Green #38CC65
RGB
CMYK
RGB Variations
Color information
#38CC65 (or 0x38CC65) is known color: Medium Sea Green. HEX triplet: 38, CC and 65. RGB value is (56,204,101). Sum of RGB (Red+Green+Blue) = 56+204+101=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 204 (80.08% from 255 or 56.51% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 204 - color contains mainly: green. Hex color #38CC65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CC65 is #C7339A. Grayscale: #949494. Windows color (decimal): -13054875 or 6671416. OLE color: 6671416.
HSL color Cylindrical-coordinate representation of color #38CC65: hue angle of 138.24º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CC65 is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 204 | 101 | - |
| CMYK | 0.73 | 0 | 0.50 | 0.2 |
| HSL | 138.24º | 0.59% | 0.51% | - |
| HSV(B) | 138.24º | 0.73% | 0.8% | - |
| XYZ | 25.57 | 44.97 | 19.64 | - |
| YUV | 148.01 | 101.47 | 62.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 204 | 101 | 0.73 | 0 | 0.50 | 0.2 | 138.24 | 0.59 | 0.51 |
| Hex | 38 | CC | 65 | 49 | 0 | 32 | 14 | 8A | 3B | 33 |
| Octal | 70 | 314 | 145 | 111 | 0 | 62 | 24 | 212 | 73 | 63 |
| Binary | 111000 | 11001100 | 1100101 | 1001001 | 0 | 110010 | 10100 | 10001010 | 111011 | 110011 |
Color Harmonies of #38CC65
Complementary color
Monochromatic Colors of #38CC65
Black with #38CC65
Text Example
Text Example
White with #38CC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CC65; }
p { color: rgb(56,204,101); }
H1.HeaderClassName
{
color: #38CC65;
}
.AnyTagClassName
{
color: #38CC65;
}
</style>
background-color css
<style>
a { background-color: #38CC65; }
a { background-color: rgb(56,204,101); }
div.DivClassName
{
background-color: #38CC65;
}
.BgClassName
{
background-color: #38CC65;
}
</style>
border-color css
<style>
span { border-color: #38CC65; }
span { border-color: rgb(56,204,101); }
td.TdClassName
{
border-color: #38CC65;
}
.TagClassName
{
border-color: #38CC65;
}
</style>