Shades of Sea Green #358F5C
Tints of Sea Green #358F5C
RGB
CMYK
RGB Variations
Color information
#358F5C (or 0x358F5C) is known color: Sea Green. HEX triplet: 35, 8F and 5C. RGB value is (53,143,92). Sum of RGB (Red+Green+Blue) = 53+143+92=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 143 (56.25% from 255 or 49.65% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 143 - color contains mainly: green. Hex color #358F5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358F5C is #CA70A3. Grayscale: #6E6E6E. Windows color (decimal): -13267108 or 6065973. OLE color: 6065973.
HSL color Cylindrical-coordinate representation of color #358F5C: hue angle of 146º 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 #358F5C is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 143 | 92 | - |
| CMYK | 0.63 | 0 | 0.36 | 0.44 |
| HSL | 146º | 0.46% | 0.38% | - |
| HSV(B) | 146º | 0.63% | 0.56% | - |
| XYZ | 13.22 | 21.17 | 13.52 | - |
| YUV | 110.28 | 117.68 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 92 | 0.63 | 0 | 0.36 | 0.44 | 146 | 0.46 | 0.38 |
| Hex | 35 | 8F | 5C | 3F | 0 | 24 | 2C | 92 | 2E | 26 |
| Octal | 65 | 217 | 134 | 77 | 0 | 44 | 54 | 222 | 56 | 46 |
| Binary | 110101 | 10001111 | 1011100 | 111111 | 0 | 100100 | 101100 | 10010010 | 101110 | 100110 |
Color Harmonies of #358F5C
Complementary color
Monochromatic Colors of #358F5C
Black with #358F5C
Text Example
Text Example
White with #358F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358F5C; }
p { color: rgb(53,143,92); }
H1.HeaderClassName
{
color: #358F5C;
}
.AnyTagClassName
{
color: #358F5C;
}
</style>
background-color css
<style>
a { background-color: #358F5C; }
a { background-color: rgb(53,143,92); }
div.DivClassName
{
background-color: #358F5C;
}
.BgClassName
{
background-color: #358F5C;
}
</style>
border-color css
<style>
span { border-color: #358F5C; }
span { border-color: rgb(53,143,92); }
td.TdClassName
{
border-color: #358F5C;
}
.TagClassName
{
border-color: #358F5C;
}
</style>