Shades of Sea Green #3B8C5A
Tints of Sea Green #3B8C5A
RGB
CMYK
RGB Variations
Color information
#3B8C5A (or 0x3B8C5A) is known color: Sea Green. HEX triplet: 3B, 8C and 5A. RGB value is (59,140,90). Sum of RGB (Red+Green+Blue) = 59+140+90=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 140 (55.08% from 255 or 48.44% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 140 - color contains mainly: green. Hex color #3B8C5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8C5A is #C473A5. Grayscale: #6E6E6E. Windows color (decimal): -12874662 or 5934139. OLE color: 5934139.
HSL color Cylindrical-coordinate representation of color #3B8C5A: hue angle of 142.96º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B8C5A is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 59 | 140 | 90 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.45 |
| HSL | 142.96º | 0.41% | 0.39% | - |
| HSV(B) | 142.96º | 0.58% | 0.55% | - |
| XYZ | 13.03 | 20.42 | 12.93 | - |
| YUV | 110.08 | 116.66 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 140 | 90 | 0.58 | 0 | 0.36 | 0.45 | 142.96 | 0.41 | 0.39 |
| Hex | 3B | 8C | 5A | 3A | 0 | 24 | 2D | 8F | 29 | 27 |
| Octal | 73 | 214 | 132 | 72 | 0 | 44 | 55 | 217 | 51 | 47 |
| Binary | 111011 | 10001100 | 1011010 | 111010 | 0 | 100100 | 101101 | 10001111 | 101001 | 100111 |
Color Harmonies of #3B8C5A
Complementary color
Monochromatic Colors of #3B8C5A
Black with #3B8C5A
Text Example
Text Example
White with #3B8C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8C5A; }
p { color: rgb(59,140,90); }
H1.HeaderClassName
{
color: #3B8C5A;
}
.AnyTagClassName
{
color: #3B8C5A;
}
</style>
background-color css
<style>
a { background-color: #3B8C5A; }
a { background-color: rgb(59,140,90); }
div.DivClassName
{
background-color: #3B8C5A;
}
.BgClassName
{
background-color: #3B8C5A;
}
</style>
border-color css
<style>
span { border-color: #3B8C5A; }
span { border-color: rgb(59,140,90); }
td.TdClassName
{
border-color: #3B8C5A;
}
.TagClassName
{
border-color: #3B8C5A;
}
</style>