Shades of Sea Green #358C5B
Tints of Sea Green #358C5B
RGB
CMYK
RGB Variations
Color information
#358C5B (or 0x358C5B) is known color: Sea Green. HEX triplet: 35, 8C and 5B. RGB value is (53,140,91). Sum of RGB (Red+Green+Blue) = 53+140+91=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 140 (55.08% from 255 or 49.30% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 140 - color contains mainly: green. Hex color #358C5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358C5B is #CA73A4. Grayscale: #6C6C6C. Windows color (decimal): -13267877 or 5999669. OLE color: 5999669.
HSL color Cylindrical-coordinate representation of color #358C5B: hue angle of 146.21º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358C5B is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 140 | 91 | - |
| CMYK | 0.62 | 0 | 0.35 | 0.45 |
| HSL | 146.21º | 0.45% | 0.38% | - |
| HSV(B) | 146.21º | 0.62% | 0.55% | - |
| XYZ | 12.73 | 20.27 | 13.14 | - |
| YUV | 108.4 | 118.18 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 140 | 91 | 0.62 | 0 | 0.35 | 0.45 | 146.21 | 0.45 | 0.38 |
| Hex | 35 | 8C | 5B | 3E | 0 | 23 | 2D | 92 | 2D | 26 |
| Octal | 65 | 214 | 133 | 76 | 0 | 43 | 55 | 222 | 55 | 46 |
| Binary | 110101 | 10001100 | 1011011 | 111110 | 0 | 100011 | 101101 | 10010010 | 101101 | 100110 |
Color Harmonies of #358C5B
Complementary color
Monochromatic Colors of #358C5B
Black with #358C5B
Text Example
Text Example
White with #358C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358C5B; }
p { color: rgb(53,140,91); }
H1.HeaderClassName
{
color: #358C5B;
}
.AnyTagClassName
{
color: #358C5B;
}
</style>
background-color css
<style>
a { background-color: #358C5B; }
a { background-color: rgb(53,140,91); }
div.DivClassName
{
background-color: #358C5B;
}
.BgClassName
{
background-color: #358C5B;
}
</style>
border-color css
<style>
span { border-color: #358C5B; }
span { border-color: rgb(53,140,91); }
td.TdClassName
{
border-color: #358C5B;
}
.TagClassName
{
border-color: #358C5B;
}
</style>