Shades of Medium Sea Green #35CA74
Tints of Medium Sea Green #35CA74
RGB
CMYK
RGB Variations
Color information
#35CA74 (or 0x35CA74) is known color: Medium Sea Green. HEX triplet: 35, CA and 74. RGB value is (53,202,116). Sum of RGB (Red+Green+Blue) = 53+202+116=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 202 (79.30% from 255 or 54.45% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 202 - color contains mainly: green. Hex color #35CA74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35CA74 is #CA358B. Grayscale: #939393. Windows color (decimal): -13251980 or 7653941. OLE color: 7653941.
HSL color Cylindrical-coordinate representation of color #35CA74: hue angle of 145.37º 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 #35CA74 is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 202 | 116 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.21 |
| HSL | 145.37º | 0.58% | 0.5% | - |
| HSV(B) | 145.37º | 0.74% | 0.79% | - |
| XYZ | 25.74 | 44.26 | 23.71 | - |
| YUV | 147.65 | 110.14 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 202 | 116 | 0.74 | 0 | 0.43 | 0.21 | 145.37 | 0.58 | 0.5 |
| Hex | 35 | CA | 74 | 4A | 0 | 2B | 15 | 91 | 3A | 32 |
| Octal | 65 | 312 | 164 | 112 | 0 | 53 | 25 | 221 | 72 | 62 |
| Binary | 110101 | 11001010 | 1110100 | 1001010 | 0 | 101011 | 10101 | 10010001 | 111010 | 110010 |
Color Harmonies of #35CA74
Complementary color
Monochromatic Colors of #35CA74
Black with #35CA74
Text Example
Text Example
White with #35CA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CA74; }
p { color: rgb(53,202,116); }
H1.HeaderClassName
{
color: #35CA74;
}
.AnyTagClassName
{
color: #35CA74;
}
</style>
background-color css
<style>
a { background-color: #35CA74; }
a { background-color: rgb(53,202,116); }
div.DivClassName
{
background-color: #35CA74;
}
.BgClassName
{
background-color: #35CA74;
}
</style>
border-color css
<style>
span { border-color: #35CA74; }
span { border-color: rgb(53,202,116); }
td.TdClassName
{
border-color: #35CA74;
}
.TagClassName
{
border-color: #35CA74;
}
</style>