Shades of Sea Green #388C5B
Tints of Sea Green #388C5B
RGB
CMYK
RGB Variations
Color information
#388C5B (or 0x388C5B) is known color: Sea Green. HEX triplet: 38, 8C and 5B. RGB value is (56,140,91). Sum of RGB (Red+Green+Blue) = 56+140+91=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 140 (55.08% from 255 or 48.78% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 140 - color contains mainly: green. Hex color #388C5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388C5B is #C773A4. Grayscale: #6D6D6D. Windows color (decimal): -13071269 or 5999672. OLE color: 5999672.
HSL color Cylindrical-coordinate representation of color #388C5B: hue angle of 145º 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 #388C5B is Cyan = 0.6, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 140 | 91 | - |
| CMYK | 0.6 | 0 | 0.35 | 0.45 |
| HSL | 145º | 0.43% | 0.38% | - |
| HSV(B) | 145º | 0.6% | 0.55% | - |
| XYZ | 12.9 | 20.35 | 13.15 | - |
| YUV | 109.3 | 117.67 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 91 | 0.6 | 0 | 0.35 | 0.45 | 145 | 0.43 | 0.38 |
| Hex | 38 | 8C | 5B | 3C | 0 | 23 | 2D | 91 | 2B | 26 |
| Octal | 70 | 214 | 133 | 74 | 0 | 43 | 55 | 221 | 53 | 46 |
| Binary | 111000 | 10001100 | 1011011 | 111100 | 0 | 100011 | 101101 | 10010001 | 101011 | 100110 |
Color Harmonies of #388C5B
Complementary color
Monochromatic Colors of #388C5B
Black with #388C5B
Text Example
Text Example
White with #388C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388C5B; }
p { color: rgb(56,140,91); }
H1.HeaderClassName
{
color: #388C5B;
}
.AnyTagClassName
{
color: #388C5B;
}
</style>
background-color css
<style>
a { background-color: #388C5B; }
a { background-color: rgb(56,140,91); }
div.DivClassName
{
background-color: #388C5B;
}
.BgClassName
{
background-color: #388C5B;
}
</style>
border-color css
<style>
span { border-color: #388C5B; }
span { border-color: rgb(56,140,91); }
td.TdClassName
{
border-color: #388C5B;
}
.TagClassName
{
border-color: #388C5B;
}
</style>