Shades of Sea Green #3C8B5D
Tints of Sea Green #3C8B5D
RGB
CMYK
RGB Variations
Color information
#3C8B5D (or 0x3C8B5D) is known color: Sea Green. HEX triplet: 3C, 8B and 5D. RGB value is (60,139,93). Sum of RGB (Red+Green+Blue) = 60+139+93=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 139 (54.69% from 255 or 47.60% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 139 - color contains mainly: green. Hex color #3C8B5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8B5D is #C374A2. Grayscale: #6E6E6E. Windows color (decimal): -12809379 or 6130492. OLE color: 6130492.
HSL color Cylindrical-coordinate representation of color #3C8B5D: hue angle of 145.06º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8B5D is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 139 | 93 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.45 |
| HSL | 145.06º | 0.4% | 0.39% | - |
| HSV(B) | 145.06º | 0.57% | 0.55% | - |
| XYZ | 13.07 | 20.22 | 13.57 | - |
| YUV | 110.14 | 118.33 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 139 | 93 | 0.57 | 0 | 0.33 | 0.45 | 145.06 | 0.4 | 0.39 |
| Hex | 3C | 8B | 5D | 39 | 0 | 21 | 2D | 91 | 28 | 27 |
| Octal | 74 | 213 | 135 | 71 | 0 | 41 | 55 | 221 | 50 | 47 |
| Binary | 111100 | 10001011 | 1011101 | 111001 | 0 | 100001 | 101101 | 10010001 | 101000 | 100111 |
Color Harmonies of #3C8B5D
Complementary color
Monochromatic Colors of #3C8B5D
Black with #3C8B5D
Text Example
Text Example
White with #3C8B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8B5D; }
p { color: rgb(60,139,93); }
H1.HeaderClassName
{
color: #3C8B5D;
}
.AnyTagClassName
{
color: #3C8B5D;
}
</style>
background-color css
<style>
a { background-color: #3C8B5D; }
a { background-color: rgb(60,139,93); }
div.DivClassName
{
background-color: #3C8B5D;
}
.BgClassName
{
background-color: #3C8B5D;
}
</style>
border-color css
<style>
span { border-color: #3C8B5D; }
span { border-color: rgb(60,139,93); }
td.TdClassName
{
border-color: #3C8B5D;
}
.TagClassName
{
border-color: #3C8B5D;
}
</style>