Shades of Sea Green #358B5A
Tints of Sea Green #358B5A
RGB
CMYK
RGB Variations
Color information
#358B5A (or 0x358B5A) is known color: Sea Green. HEX triplet: 35, 8B and 5A. RGB value is (53,139,90). Sum of RGB (Red+Green+Blue) = 53+139+90=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 139 (54.69% from 255 or 49.29% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 139 - color contains mainly: green. Hex color #358B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358B5A is #CA74A5. Grayscale: #6B6B6B. Windows color (decimal): -13268134 or 5933877. OLE color: 5933877.
HSL color Cylindrical-coordinate representation of color #358B5A: hue angle of 145.81º 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 #358B5A is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 139 | 90 | - |
| CMYK | 0.62 | 0 | 0.35 | 0.45 |
| HSL | 145.81º | 0.45% | 0.38% | - |
| HSV(B) | 145.81º | 0.62% | 0.55% | - |
| XYZ | 12.55 | 19.96 | 12.86 | - |
| YUV | 107.7 | 118.01 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 90 | 0.62 | 0 | 0.35 | 0.45 | 145.81 | 0.45 | 0.38 |
| Hex | 35 | 8B | 5A | 3E | 0 | 23 | 2D | 92 | 2D | 26 |
| Octal | 65 | 213 | 132 | 76 | 0 | 43 | 55 | 222 | 55 | 46 |
| Binary | 110101 | 10001011 | 1011010 | 111110 | 0 | 100011 | 101101 | 10010010 | 101101 | 100110 |
Color Harmonies of #358B5A
Complementary color
Monochromatic Colors of #358B5A
Black with #358B5A
Text Example
Text Example
White with #358B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358B5A; }
p { color: rgb(53,139,90); }
H1.HeaderClassName
{
color: #358B5A;
}
.AnyTagClassName
{
color: #358B5A;
}
</style>
background-color css
<style>
a { background-color: #358B5A; }
a { background-color: rgb(53,139,90); }
div.DivClassName
{
background-color: #358B5A;
}
.BgClassName
{
background-color: #358B5A;
}
</style>
border-color css
<style>
span { border-color: #358B5A; }
span { border-color: rgb(53,139,90); }
td.TdClassName
{
border-color: #358B5A;
}
.TagClassName
{
border-color: #358B5A;
}
</style>