Shades of Medium Sea Green #35C565
Tints of Medium Sea Green #35C565
RGB
CMYK
RGB Variations
Color information
#35C565 (or 0x35C565) is known color: Medium Sea Green. HEX triplet: 35, C5 and 65. RGB value is (53,197,101). Sum of RGB (Red+Green+Blue) = 53+197+101=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 197 (77.34% from 255 or 56.13% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 197 - color contains mainly: green. Hex color #35C565 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C565 is #CA3A9A. Grayscale: #8F8F8F. Windows color (decimal): -13253275 or 6669621. OLE color: 6669621.
HSL color Cylindrical-coordinate representation of color #35C565: hue angle of 140º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C565 is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 197 | 101 | - |
| CMYK | 0.73 | 0 | 0.49 | 0.23 |
| HSL | 140º | 0.58% | 0.49% | - |
| HSV(B) | 140º | 0.73% | 0.77% | - |
| XYZ | 23.78 | 41.63 | 19.09 | - |
| YUV | 143 | 104.29 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 197 | 101 | 0.73 | 0 | 0.49 | 0.23 | 140 | 0.58 | 0.49 |
| Hex | 35 | C5 | 65 | 49 | 0 | 31 | 17 | 8C | 3A | 31 |
| Octal | 65 | 305 | 145 | 111 | 0 | 61 | 27 | 214 | 72 | 61 |
| Binary | 110101 | 11000101 | 1100101 | 1001001 | 0 | 110001 | 10111 | 10001100 | 111010 | 110001 |
Color Harmonies of #35C565
Complementary color
Monochromatic Colors of #35C565
Black with #35C565
Text Example
Text Example
White with #35C565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C565; }
p { color: rgb(53,197,101); }
H1.HeaderClassName
{
color: #35C565;
}
.AnyTagClassName
{
color: #35C565;
}
</style>
background-color css
<style>
a { background-color: #35C565; }
a { background-color: rgb(53,197,101); }
div.DivClassName
{
background-color: #35C565;
}
.BgClassName
{
background-color: #35C565;
}
</style>
border-color css
<style>
span { border-color: #35C565; }
span { border-color: rgb(53,197,101); }
td.TdClassName
{
border-color: #35C565;
}
.TagClassName
{
border-color: #35C565;
}
</style>