Shades of Sea Green #388C50
Tints of Sea Green #388C50
RGB
CMYK
RGB Variations
Color information
#388C50 (or 0x388C50) is known color: Sea Green. HEX triplet: 38, 8C and 50. RGB value is (56,140,80). Sum of RGB (Red+Green+Blue) = 56+140+80=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 140 (55.08% from 255 or 50.72% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 140 - color contains mainly: green. Hex color #388C50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388C50 is #C773AF. Grayscale: #6C6C6C. Windows color (decimal): -13071280 or 5278776. OLE color: 5278776.
HSL color Cylindrical-coordinate representation of color #388C50: hue angle of 137.14º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #388C50 is Cyan = 0.6, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 140 | 80 | - |
| CMYK | 0.6 | 0 | 0.43 | 0.45 |
| HSL | 137.14º | 0.43% | 0.38% | - |
| HSV(B) | 137.14º | 0.6% | 0.55% | - |
| XYZ | 12.46 | 20.18 | 10.83 | - |
| YUV | 108.04 | 112.17 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 80 | 0.6 | 0 | 0.43 | 0.45 | 137.14 | 0.43 | 0.38 |
| Hex | 38 | 8C | 50 | 3C | 0 | 2B | 2D | 89 | 2B | 26 |
| Octal | 70 | 214 | 120 | 74 | 0 | 53 | 55 | 211 | 53 | 46 |
| Binary | 111000 | 10001100 | 1010000 | 111100 | 0 | 101011 | 101101 | 10001001 | 101011 | 100110 |
Color Harmonies of #388C50
Complementary color
Monochromatic Colors of #388C50
Black with #388C50
Text Example
Text Example
White with #388C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388C50; }
p { color: rgb(56,140,80); }
H1.HeaderClassName
{
color: #388C50;
}
.AnyTagClassName
{
color: #388C50;
}
</style>
background-color css
<style>
a { background-color: #388C50; }
a { background-color: rgb(56,140,80); }
div.DivClassName
{
background-color: #388C50;
}
.BgClassName
{
background-color: #388C50;
}
</style>
border-color css
<style>
span { border-color: #388C50; }
span { border-color: rgb(56,140,80); }
td.TdClassName
{
border-color: #388C50;
}
.TagClassName
{
border-color: #388C50;
}
</style>