Shades of Sea Green #358F5B
Tints of Sea Green #358F5B
RGB
CMYK
RGB Variations
Color information
#358F5B (or 0x358F5B) is known color: Sea Green. HEX triplet: 35, 8F and 5B. RGB value is (53,143,91). Sum of RGB (Red+Green+Blue) = 53+143+91=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 143 (56.25% from 255 or 49.83% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 143 - color contains mainly: green. Hex color #358F5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358F5B is #CA70A4. Grayscale: #6E6E6E. Windows color (decimal): -13267109 or 6000437. OLE color: 6000437.
HSL color Cylindrical-coordinate representation of color #358F5B: hue angle of 145.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358F5B is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 143 | 91 | - |
| CMYK | 0.63 | 0 | 0.36 | 0.44 |
| HSL | 145.33º | 0.46% | 0.38% | - |
| HSV(B) | 145.33º | 0.63% | 0.56% | - |
| XYZ | 13.18 | 21.16 | 13.29 | - |
| YUV | 110.16 | 117.18 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 91 | 0.63 | 0 | 0.36 | 0.44 | 145.33 | 0.46 | 0.38 |
| Hex | 35 | 8F | 5B | 3F | 0 | 24 | 2C | 91 | 2E | 26 |
| Octal | 65 | 217 | 133 | 77 | 0 | 44 | 54 | 221 | 56 | 46 |
| Binary | 110101 | 10001111 | 1011011 | 111111 | 0 | 100100 | 101100 | 10010001 | 101110 | 100110 |
Color Harmonies of #358F5B
Complementary color
Monochromatic Colors of #358F5B
Black with #358F5B
Text Example
Text Example
White with #358F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358F5B; }
p { color: rgb(53,143,91); }
H1.HeaderClassName
{
color: #358F5B;
}
.AnyTagClassName
{
color: #358F5B;
}
</style>
background-color css
<style>
a { background-color: #358F5B; }
a { background-color: rgb(53,143,91); }
div.DivClassName
{
background-color: #358F5B;
}
.BgClassName
{
background-color: #358F5B;
}
</style>
border-color css
<style>
span { border-color: #358F5B; }
span { border-color: rgb(53,143,91); }
td.TdClassName
{
border-color: #358F5B;
}
.TagClassName
{
border-color: #358F5B;
}
</style>