Shades of Sea Green #318C55
Tints of Sea Green #318C55
RGB
CMYK
RGB Variations
Color information
#318C55 (or 0x318C55) is known color: Sea Green. HEX triplet: 31, 8C and 55. RGB value is (49,140,85). Sum of RGB (Red+Green+Blue) = 49+140+85=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 140 (55.08% from 255 or 51.09% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 140 - color contains mainly: green. Hex color #318C55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318C55 is #CE73AA. Grayscale: #6A6A6A. Windows color (decimal): -13530027 or 5606449. OLE color: 5606449.
HSL color Cylindrical-coordinate representation of color #318C55: hue angle of 143.74º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318C55 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 140 | 85 | - |
| CMYK | 0.65 | 0 | 0.39 | 0.45 |
| HSL | 143.74º | 0.48% | 0.37% | - |
| HSV(B) | 143.74º | 0.65% | 0.55% | - |
| XYZ | 12.28 | 20.07 | 11.82 | - |
| YUV | 106.52 | 115.85 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 140 | 85 | 0.65 | 0 | 0.39 | 0.45 | 143.74 | 0.48 | 0.37 |
| Hex | 31 | 8C | 55 | 41 | 0 | 27 | 2D | 90 | 30 | 25 |
| Octal | 61 | 214 | 125 | 101 | 0 | 47 | 55 | 220 | 60 | 45 |
| Binary | 110001 | 10001100 | 1010101 | 1000001 | 0 | 100111 | 101101 | 10010000 | 110000 | 100101 |
Color Harmonies of #318C55
Complementary color
Monochromatic Colors of #318C55
Black with #318C55
Text Example
Text Example
White with #318C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318C55; }
p { color: rgb(49,140,85); }
H1.HeaderClassName
{
color: #318C55;
}
.AnyTagClassName
{
color: #318C55;
}
</style>
background-color css
<style>
a { background-color: #318C55; }
a { background-color: rgb(49,140,85); }
div.DivClassName
{
background-color: #318C55;
}
.BgClassName
{
background-color: #318C55;
}
</style>
border-color css
<style>
span { border-color: #318C55; }
span { border-color: rgb(49,140,85); }
td.TdClassName
{
border-color: #318C55;
}
.TagClassName
{
border-color: #318C55;
}
</style>