Shades of Medium Sea Green #35CA73
Tints of Medium Sea Green #35CA73
RGB
CMYK
RGB Variations
Color information
#35CA73 (or 0x35CA73) is known color: Medium Sea Green. HEX triplet: 35, CA and 73. RGB value is (53,202,115). Sum of RGB (Red+Green+Blue) = 53+202+115=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 202 (79.30% from 255 or 54.59% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 202 - color contains mainly: green. Hex color #35CA73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35CA73 is #CA358C. Grayscale: #939393. Windows color (decimal): -13251981 or 7588405. OLE color: 7588405.
HSL color Cylindrical-coordinate representation of color #35CA73: hue angle of 144.97º 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 #35CA73 is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 202 | 115 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.21 |
| HSL | 144.97º | 0.58% | 0.5% | - |
| HSV(B) | 144.97º | 0.74% | 0.79% | - |
| XYZ | 25.68 | 44.24 | 23.4 | - |
| YUV | 147.53 | 109.64 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 202 | 115 | 0.74 | 0 | 0.43 | 0.21 | 144.97 | 0.58 | 0.5 |
| Hex | 35 | CA | 73 | 4A | 0 | 2B | 15 | 91 | 3A | 32 |
| Octal | 65 | 312 | 163 | 112 | 0 | 53 | 25 | 221 | 72 | 62 |
| Binary | 110101 | 11001010 | 1110011 | 1001010 | 0 | 101011 | 10101 | 10010001 | 111010 | 110010 |
Color Harmonies of #35CA73
Complementary color
Monochromatic Colors of #35CA73
Black with #35CA73
Text Example
Text Example
White with #35CA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CA73; }
p { color: rgb(53,202,115); }
H1.HeaderClassName
{
color: #35CA73;
}
.AnyTagClassName
{
color: #35CA73;
}
</style>
background-color css
<style>
a { background-color: #35CA73; }
a { background-color: rgb(53,202,115); }
div.DivClassName
{
background-color: #35CA73;
}
.BgClassName
{
background-color: #35CA73;
}
</style>
border-color css
<style>
span { border-color: #35CA73; }
span { border-color: rgb(53,202,115); }
td.TdClassName
{
border-color: #35CA73;
}
.TagClassName
{
border-color: #35CA73;
}
</style>