Shades of Sea Green #358853
Tints of Sea Green #358853
RGB
CMYK
RGB Variations
Color information
#358853 (or 0x358853) is known color: Sea Green. HEX triplet: 35, 88 and 53. RGB value is (53,136,83). Sum of RGB (Red+Green+Blue) = 53+136+83=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #358853 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358853 is #CA77AC. Grayscale: #696969. Windows color (decimal): -13268909 or 5474357. OLE color: 5474357.
HSL color Cylindrical-coordinate representation of color #358853: hue angle of 141.69º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358853 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 136 | 83 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.47 |
| HSL | 141.69º | 0.44% | 0.37% | - |
| HSV(B) | 141.69º | 0.61% | 0.53% | - |
| XYZ | 11.83 | 18.99 | 11.23 | - |
| YUV | 105.14 | 115.5 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 136 | 83 | 0.61 | 0 | 0.39 | 0.47 | 141.69 | 0.44 | 0.37 |
| Hex | 35 | 88 | 53 | 3D | 0 | 27 | 2F | 8E | 2C | 25 |
| Octal | 65 | 210 | 123 | 75 | 0 | 47 | 57 | 216 | 54 | 45 |
| Binary | 110101 | 10001000 | 1010011 | 111101 | 0 | 100111 | 101111 | 10001110 | 101100 | 100101 |
Color Harmonies of #358853
Complementary color
Monochromatic Colors of #358853
Black with #358853
Text Example
Text Example
White with #358853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358853; }
p { color: rgb(53,136,83); }
H1.HeaderClassName
{
color: #358853;
}
.AnyTagClassName
{
color: #358853;
}
</style>
background-color css
<style>
a { background-color: #358853; }
a { background-color: rgb(53,136,83); }
div.DivClassName
{
background-color: #358853;
}
.BgClassName
{
background-color: #358853;
}
</style>
border-color css
<style>
span { border-color: #358853; }
span { border-color: rgb(53,136,83); }
td.TdClassName
{
border-color: #358853;
}
.TagClassName
{
border-color: #358853;
}
</style>