Shades of Sea Green #378960
Tints of Sea Green #378960
RGB
CMYK
RGB Variations
Color information
#378960 (or 0x378960) is known color: Sea Green. HEX triplet: 37, 89 and 60. RGB value is (55,137,96). Sum of RGB (Red+Green+Blue) = 55+137+96=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 137 - color contains mainly: green. Hex color #378960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378960 is #C8769F. Grayscale: #6B6B6B. Windows color (decimal): -13137568 or 6326583. OLE color: 6326583.
HSL color Cylindrical-coordinate representation of color #378960: hue angle of 150º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378960 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 137 | 96 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.46 |
| HSL | 150º | 0.43% | 0.38% | - |
| HSV(B) | 150º | 0.6% | 0.54% | - |
| XYZ | 12.63 | 19.55 | 14.17 | - |
| YUV | 107.81 | 121.33 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 137 | 96 | 0.60 | 0 | 0.30 | 0.46 | 150 | 0.43 | 0.38 |
| Hex | 37 | 89 | 60 | 3C | 0 | 1E | 2E | 96 | 2B | 26 |
| Octal | 67 | 211 | 140 | 74 | 0 | 36 | 56 | 226 | 53 | 46 |
| Binary | 110111 | 10001001 | 1100000 | 111100 | 0 | 11110 | 101110 | 10010110 | 101011 | 100110 |
Color Harmonies of #378960
Complementary color
Monochromatic Colors of #378960
Black with #378960
Text Example
Text Example
White with #378960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378960; }
p { color: rgb(55,137,96); }
H1.HeaderClassName
{
color: #378960;
}
.AnyTagClassName
{
color: #378960;
}
</style>
background-color css
<style>
a { background-color: #378960; }
a { background-color: rgb(55,137,96); }
div.DivClassName
{
background-color: #378960;
}
.BgClassName
{
background-color: #378960;
}
</style>
border-color css
<style>
span { border-color: #378960; }
span { border-color: rgb(55,137,96); }
td.TdClassName
{
border-color: #378960;
}
.TagClassName
{
border-color: #378960;
}
</style>