Shades of Medium Sea Green #35CE60
Tints of Medium Sea Green #35CE60
RGB
CMYK
RGB Variations
Color information
#35CE60 (or 0x35CE60) is known color: Medium Sea Green. HEX triplet: 35, CE and 60. RGB value is (53,206,96). Sum of RGB (Red+Green+Blue) = 53+206+96=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 206 (80.86% from 255 or 58.03% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 206 - color contains mainly: green. Hex color #35CE60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35CE60 is #CA319F. Grayscale: #949494. Windows color (decimal): -13250976 or 6344245. OLE color: 6344245.
HSL color Cylindrical-coordinate representation of color #35CE60: hue angle of 136.86º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CE60 is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 206 | 96 | - |
| CMYK | 0.74 | 0 | 0.53 | 0.19 |
| HSL | 136.86º | 0.61% | 0.51% | - |
| HSV(B) | 136.86º | 0.74% | 0.81% | - |
| XYZ | 25.65 | 45.74 | 18.54 | - |
| YUV | 147.71 | 98.81 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 206 | 96 | 0.74 | 0 | 0.53 | 0.19 | 136.86 | 0.61 | 0.51 |
| Hex | 35 | CE | 60 | 4A | 0 | 35 | 13 | 89 | 3D | 33 |
| Octal | 65 | 316 | 140 | 112 | 0 | 65 | 23 | 211 | 75 | 63 |
| Binary | 110101 | 11001110 | 1100000 | 1001010 | 0 | 110101 | 10011 | 10001001 | 111101 | 110011 |
Color Harmonies of #35CE60
Complementary color
Monochromatic Colors of #35CE60
Black with #35CE60
Text Example
Text Example
White with #35CE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CE60; }
p { color: rgb(53,206,96); }
H1.HeaderClassName
{
color: #35CE60;
}
.AnyTagClassName
{
color: #35CE60;
}
</style>
background-color css
<style>
a { background-color: #35CE60; }
a { background-color: rgb(53,206,96); }
div.DivClassName
{
background-color: #35CE60;
}
.BgClassName
{
background-color: #35CE60;
}
</style>
border-color css
<style>
span { border-color: #35CE60; }
span { border-color: rgb(53,206,96); }
td.TdClassName
{
border-color: #35CE60;
}
.TagClassName
{
border-color: #35CE60;
}
</style>