Shades of Medium Sea Green #35C858
Tints of Medium Sea Green #35C858
RGB
CMYK
RGB Variations
Color information
#35C858 (or 0x35C858) is known color: Medium Sea Green. HEX triplet: 35, C8 and 58. RGB value is (53,200,88). Sum of RGB (Red+Green+Blue) = 53+200+88=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 200 (78.52% from 255 or 58.65% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 200 - color contains mainly: green. Hex color #35C858 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C858 is #CA37A7. Grayscale: #8F8F8F. Windows color (decimal): -13252520 or 5818421. OLE color: 5818421.
HSL color Cylindrical-coordinate representation of color #35C858: hue angle of 134.29º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C858 is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 200 | 88 | - |
| CMYK | 0.74 | 0 | 0.56 | 0.22 |
| HSL | 134.29º | 0.58% | 0.5% | - |
| HSV(B) | 134.29º | 0.74% | 0.78% | - |
| XYZ | 23.88 | 42.77 | 16.23 | - |
| YUV | 143.28 | 96.8 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 200 | 88 | 0.74 | 0 | 0.56 | 0.22 | 134.29 | 0.58 | 0.5 |
| Hex | 35 | C8 | 58 | 4A | 0 | 38 | 16 | 86 | 3A | 32 |
| Octal | 65 | 310 | 130 | 112 | 0 | 70 | 26 | 206 | 72 | 62 |
| Binary | 110101 | 11001000 | 1011000 | 1001010 | 0 | 111000 | 10110 | 10000110 | 111010 | 110010 |
Color Harmonies of #35C858
Complementary color
Monochromatic Colors of #35C858
Black with #35C858
Text Example
Text Example
White with #35C858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C858; }
p { color: rgb(53,200,88); }
H1.HeaderClassName
{
color: #35C858;
}
.AnyTagClassName
{
color: #35C858;
}
</style>
background-color css
<style>
a { background-color: #35C858; }
a { background-color: rgb(53,200,88); }
div.DivClassName
{
background-color: #35C858;
}
.BgClassName
{
background-color: #35C858;
}
</style>
border-color css
<style>
span { border-color: #35C858; }
span { border-color: rgb(53,200,88); }
td.TdClassName
{
border-color: #35C858;
}
.TagClassName
{
border-color: #35C858;
}
</style>