Shades of Sea Green #358961
Tints of Sea Green #358961
RGB
CMYK
RGB Variations
Color information
#358961 (or 0x358961) is known color: Sea Green. HEX triplet: 35, 89 and 61. RGB value is (53,137,97). Sum of RGB (Red+Green+Blue) = 53+137+97=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #358961 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358961 is #CA769E. Grayscale: #6B6B6B. Windows color (decimal): -13268639 or 6392117. OLE color: 6392117.
HSL color Cylindrical-coordinate representation of color #358961: hue angle of 151.43º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358961 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 137 | 97 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.46 |
| HSL | 151.43º | 0.44% | 0.37% | - |
| HSV(B) | 151.43º | 0.61% | 0.54% | - |
| XYZ | 12.57 | 19.51 | 14.41 | - |
| YUV | 107.32 | 122.17 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 137 | 97 | 0.61 | 0 | 0.29 | 0.46 | 151.43 | 0.44 | 0.37 |
| Hex | 35 | 89 | 61 | 3D | 0 | 1D | 2E | 97 | 2C | 25 |
| Octal | 65 | 211 | 141 | 75 | 0 | 35 | 56 | 227 | 54 | 45 |
| Binary | 110101 | 10001001 | 1100001 | 111101 | 0 | 11101 | 101110 | 10010111 | 101100 | 100101 |
Color Harmonies of #358961
Complementary color
Monochromatic Colors of #358961
Black with #358961
Text Example
Text Example
White with #358961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358961; }
p { color: rgb(53,137,97); }
H1.HeaderClassName
{
color: #358961;
}
.AnyTagClassName
{
color: #358961;
}
</style>
background-color css
<style>
a { background-color: #358961; }
a { background-color: rgb(53,137,97); }
div.DivClassName
{
background-color: #358961;
}
.BgClassName
{
background-color: #358961;
}
</style>
border-color css
<style>
span { border-color: #358961; }
span { border-color: rgb(53,137,97); }
td.TdClassName
{
border-color: #358961;
}
.TagClassName
{
border-color: #358961;
}
</style>