Shades of Medium Sea Green #35C555
Tints of Medium Sea Green #35C555
RGB
CMYK
RGB Variations
Color information
#35C555 (or 0x35C555) is known color: Medium Sea Green. HEX triplet: 35, C5 and 55. RGB value is (53,197,85). Sum of RGB (Red+Green+Blue) = 53+197+85=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 197 (77.34% from 255 or 58.81% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 197 - color contains mainly: green. Hex color #35C555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C555 is #CA3AAA. Grayscale: #8D8D8D. Windows color (decimal): -13253291 or 5621045. OLE color: 5621045.
HSL color Cylindrical-coordinate representation of color #35C555: hue angle of 133.33º 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 #35C555 is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 197 | 85 | - |
| CMYK | 0.73 | 0 | 0.57 | 0.23 |
| HSL | 133.33º | 0.58% | 0.49% | - |
| HSV(B) | 133.33º | 0.73% | 0.77% | - |
| XYZ | 23.07 | 41.35 | 15.36 | - |
| YUV | 141.18 | 96.29 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 197 | 85 | 0.73 | 0 | 0.57 | 0.23 | 133.33 | 0.58 | 0.49 |
| Hex | 35 | C5 | 55 | 49 | 0 | 39 | 17 | 85 | 3A | 31 |
| Octal | 65 | 305 | 125 | 111 | 0 | 71 | 27 | 205 | 72 | 61 |
| Binary | 110101 | 11000101 | 1010101 | 1001001 | 0 | 111001 | 10111 | 10000101 | 111010 | 110001 |
Color Harmonies of #35C555
Complementary color
Monochromatic Colors of #35C555
Black with #35C555
Text Example
Text Example
White with #35C555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C555; }
p { color: rgb(53,197,85); }
H1.HeaderClassName
{
color: #35C555;
}
.AnyTagClassName
{
color: #35C555;
}
</style>
background-color css
<style>
a { background-color: #35C555; }
a { background-color: rgb(53,197,85); }
div.DivClassName
{
background-color: #35C555;
}
.BgClassName
{
background-color: #35C555;
}
</style>
border-color css
<style>
span { border-color: #35C555; }
span { border-color: rgb(53,197,85); }
td.TdClassName
{
border-color: #35C555;
}
.TagClassName
{
border-color: #35C555;
}
</style>