Shades of Medium Sea Green #38CC68
Tints of Medium Sea Green #38CC68
RGB
CMYK
RGB Variations
Color information
#38CC68 (or 0x38CC68) is known color: Medium Sea Green. HEX triplet: 38, CC and 68. RGB value is (56,204,104). Sum of RGB (Red+Green+Blue) = 56+204+104=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 204 (80.08% from 255 or 56.04% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 204 - color contains mainly: green. Hex color #38CC68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CC68 is #C73397. Grayscale: #949494. Windows color (decimal): -13054872 or 6868024. OLE color: 6868024.
HSL color Cylindrical-coordinate representation of color #38CC68: hue angle of 139.46º 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 #38CC68 is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 204 | 104 | - |
| CMYK | 0.73 | 0 | 0.49 | 0.2 |
| HSL | 139.46º | 0.59% | 0.51% | - |
| HSV(B) | 139.46º | 0.73% | 0.8% | - |
| XYZ | 25.72 | 45.03 | 20.43 | - |
| YUV | 148.35 | 102.97 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 204 | 104 | 0.73 | 0 | 0.49 | 0.2 | 139.46 | 0.59 | 0.51 |
| Hex | 38 | CC | 68 | 49 | 0 | 31 | 14 | 8B | 3B | 33 |
| Octal | 70 | 314 | 150 | 111 | 0 | 61 | 24 | 213 | 73 | 63 |
| Binary | 111000 | 11001100 | 1101000 | 1001001 | 0 | 110001 | 10100 | 10001011 | 111011 | 110011 |
Color Harmonies of #38CC68
Complementary color
Monochromatic Colors of #38CC68
Black with #38CC68
Text Example
Text Example
White with #38CC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CC68; }
p { color: rgb(56,204,104); }
H1.HeaderClassName
{
color: #38CC68;
}
.AnyTagClassName
{
color: #38CC68;
}
</style>
background-color css
<style>
a { background-color: #38CC68; }
a { background-color: rgb(56,204,104); }
div.DivClassName
{
background-color: #38CC68;
}
.BgClassName
{
background-color: #38CC68;
}
</style>
border-color css
<style>
span { border-color: #38CC68; }
span { border-color: rgb(56,204,104); }
td.TdClassName
{
border-color: #38CC68;
}
.TagClassName
{
border-color: #38CC68;
}
</style>