Shades of Sea Green #358F4B
Tints of Sea Green #358F4B
RGB
CMYK
RGB Variations
Color information
#358F4B (or 0x358F4B) is known color: Sea Green. HEX triplet: 35, 8F and 4B. RGB value is (53,143,75). Sum of RGB (Red+Green+Blue) = 53+143+75=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 143 (56.25% from 255 or 52.77% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 143 - color contains mainly: green. Hex color #358F4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358F4B is #CA70B4. Grayscale: #6C6C6C. Windows color (decimal): -13267125 or 4951861. OLE color: 4951861.
HSL color Cylindrical-coordinate representation of color #358F4B: hue angle of 134.67º 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 #358F4B is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 143 | 75 | - |
| CMYK | 0.63 | 0 | 0.48 | 0.44 |
| HSL | 134.67º | 0.46% | 0.38% | - |
| HSV(B) | 134.67º | 0.63% | 0.56% | - |
| XYZ | 12.56 | 20.91 | 10.03 | - |
| YUV | 108.34 | 109.18 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 75 | 0.63 | 0 | 0.48 | 0.44 | 134.67 | 0.46 | 0.38 |
| Hex | 35 | 8F | 4B | 3F | 0 | 30 | 2C | 87 | 2E | 26 |
| Octal | 65 | 217 | 113 | 77 | 0 | 60 | 54 | 207 | 56 | 46 |
| Binary | 110101 | 10001111 | 1001011 | 111111 | 0 | 110000 | 101100 | 10000111 | 101110 | 100110 |
Color Harmonies of #358F4B
Complementary color
Monochromatic Colors of #358F4B
Black with #358F4B
Text Example
Text Example
White with #358F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358F4B; }
p { color: rgb(53,143,75); }
H1.HeaderClassName
{
color: #358F4B;
}
.AnyTagClassName
{
color: #358F4B;
}
</style>
background-color css
<style>
a { background-color: #358F4B; }
a { background-color: rgb(53,143,75); }
div.DivClassName
{
background-color: #358F4B;
}
.BgClassName
{
background-color: #358F4B;
}
</style>
border-color css
<style>
span { border-color: #358F4B; }
span { border-color: rgb(53,143,75); }
td.TdClassName
{
border-color: #358F4B;
}
.TagClassName
{
border-color: #358F4B;
}
</style>