Shades of Sea Green #358C5E
Tints of Sea Green #358C5E
RGB
CMYK
RGB Variations
Color information
#358C5E (or 0x358C5E) is known color: Sea Green. HEX triplet: 35, 8C and 5E. RGB value is (53,140,94). Sum of RGB (Red+Green+Blue) = 53+140+94=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 140 (55.08% from 255 or 48.78% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 140 - color contains mainly: green. Hex color #358C5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358C5E is #CA73A1. Grayscale: #6C6C6C. Windows color (decimal): -13267874 or 6196277. OLE color: 6196277.
HSL color Cylindrical-coordinate representation of color #358C5E: hue angle of 148.28º 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 #358C5E is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
RGB | 53 | 140 | 94 | - |
CMYK | 0.62 | 0 | 0.33 | 0.45 |
HSL | 148.28º | 0.45% | 0.38% | - |
HSV(B) | 148.28º | 0.62% | 0.55% | - |
XYZ | 12.87 | 20.32 | 13.83 | - |
YUV | 108.74 | 119.68 | 88.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 53 | 140 | 94 | 0.62 | 0 | 0.33 | 0.45 | 148.28 | 0.45 | 0.38 |
Hex | 35 | 8C | 5E | 3E | 0 | 21 | 2D | 94 | 2D | 26 |
Octal | 65 | 214 | 136 | 76 | 0 | 41 | 55 | 224 | 55 | 46 |
Binary | 110101 | 10001100 | 1011110 | 111110 | 0 | 100001 | 101101 | 10010100 | 101101 | 100110 |
Color Harmonies of #358C5E
Complementary color
Monochromatic Colors of #358C5E
Black with #358C5E
Text Example
Text Example
White with #358C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358C5E; }
p { color: rgb(53,140,94); }
H1.HeaderClassName
{
color: #358C5E;
}
.AnyTagClassName
{
color: #358C5E;
}
</style>
background-color css
<style>
a { background-color: #358C5E; }
a { background-color: rgb(53,140,94); }
div.DivClassName
{
background-color: #358C5E;
}
.BgClassName
{
background-color: #358C5E;
}
</style>
border-color css
<style>
span { border-color: #358C5E; }
span { border-color: rgb(53,140,94); }
td.TdClassName
{
border-color: #358C5E;
}
.TagClassName
{
border-color: #358C5E;
}
</style>