Shades of Medium Sea Green #35C358
Tints of Medium Sea Green #35C358
RGB
CMYK
RGB Variations
Color information
#35C358 (or 0x35C358) is known color: Medium Sea Green. HEX triplet: 35, C3 and 58. RGB value is (53,195,88). Sum of RGB (Red+Green+Blue) = 53+195+88=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 195 (76.56% from 255 or 58.04% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 195 - color contains mainly: green. Hex color #35C358 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C358 is #CA3CA7. Grayscale: #8C8C8C. Windows color (decimal): -13253800 or 5817141. OLE color: 5817141.
HSL color Cylindrical-coordinate representation of color #35C358: hue angle of 134.79º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C358 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 195 | 88 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.24 |
| HSL | 134.79º | 0.57% | 0.49% | - |
| HSV(B) | 134.79º | 0.73% | 0.76% | - |
| XYZ | 22.74 | 40.49 | 15.85 | - |
| YUV | 140.34 | 98.46 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 195 | 88 | 0.73 | 0 | 0.55 | 0.24 | 134.79 | 0.57 | 0.49 |
| Hex | 35 | C3 | 58 | 49 | 0 | 37 | 18 | 87 | 39 | 31 |
| Octal | 65 | 303 | 130 | 111 | 0 | 67 | 30 | 207 | 71 | 61 |
| Binary | 110101 | 11000011 | 1011000 | 1001001 | 0 | 110111 | 11000 | 10000111 | 111001 | 110001 |
Color Harmonies of #35C358
Complementary color
Monochromatic Colors of #35C358
Black with #35C358
Text Example
Text Example
White with #35C358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C358; }
p { color: rgb(53,195,88); }
H1.HeaderClassName
{
color: #35C358;
}
.AnyTagClassName
{
color: #35C358;
}
</style>
background-color css
<style>
a { background-color: #35C358; }
a { background-color: rgb(53,195,88); }
div.DivClassName
{
background-color: #35C358;
}
.BgClassName
{
background-color: #35C358;
}
</style>
border-color css
<style>
span { border-color: #35C358; }
span { border-color: rgb(53,195,88); }
td.TdClassName
{
border-color: #35C358;
}
.TagClassName
{
border-color: #35C358;
}
</style>