Shades of Medium Sea Green #35CA5E
Tints of Medium Sea Green #35CA5E
RGB
CMYK
RGB Variations
Color information
#35CA5E (or 0x35CA5E) is known color: Medium Sea Green. HEX triplet: 35, CA and 5E. RGB value is (53,202,94). Sum of RGB (Red+Green+Blue) = 53+202+94=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 202 (79.30% from 255 or 57.88% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 202 - color contains mainly: green. Hex color #35CA5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35CA5E is #CA35A1. Grayscale: #919191. Windows color (decimal): -13252002 or 6212149. OLE color: 6212149.
HSL color Cylindrical-coordinate representation of color #35CA5E: hue angle of 136.51º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CA5E is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 202 | 94 | - |
| CMYK | 0.74 | 0 | 0.53 | 0.21 |
| HSL | 136.51º | 0.58% | 0.5% | - |
| HSV(B) | 136.51º | 0.74% | 0.79% | - |
| XYZ | 24.61 | 43.81 | 17.75 | - |
| YUV | 145.14 | 99.14 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 202 | 94 | 0.74 | 0 | 0.53 | 0.21 | 136.51 | 0.58 | 0.5 |
| Hex | 35 | CA | 5E | 4A | 0 | 35 | 15 | 89 | 3A | 32 |
| Octal | 65 | 312 | 136 | 112 | 0 | 65 | 25 | 211 | 72 | 62 |
| Binary | 110101 | 11001010 | 1011110 | 1001010 | 0 | 110101 | 10101 | 10001001 | 111010 | 110010 |
Color Harmonies of #35CA5E
Complementary color
Monochromatic Colors of #35CA5E
Black with #35CA5E
Text Example
Text Example
White with #35CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CA5E; }
p { color: rgb(53,202,94); }
H1.HeaderClassName
{
color: #35CA5E;
}
.AnyTagClassName
{
color: #35CA5E;
}
</style>
background-color css
<style>
a { background-color: #35CA5E; }
a { background-color: rgb(53,202,94); }
div.DivClassName
{
background-color: #35CA5E;
}
.BgClassName
{
background-color: #35CA5E;
}
</style>
border-color css
<style>
span { border-color: #35CA5E; }
span { border-color: rgb(53,202,94); }
td.TdClassName
{
border-color: #35CA5E;
}
.TagClassName
{
border-color: #35CA5E;
}
</style>