Shades of Medium Sea Green #35C875
Tints of Medium Sea Green #35C875
RGB
CMYK
RGB Variations
Color information
#35C875 (or 0x35C875) is known color: Medium Sea Green. HEX triplet: 35, C8 and 75. RGB value is (53,200,117). Sum of RGB (Red+Green+Blue) = 53+200+117=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 200 (78.52% from 255 or 54.05% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 200 - color contains mainly: green. Hex color #35C875 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C875 is #CA378A. Grayscale: #929292. Windows color (decimal): -13252491 or 7718965. OLE color: 7718965.
HSL color Cylindrical-coordinate representation of color #35C875: hue angle of 146.12º 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 #35C875 is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 200 | 117 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.22 |
| HSL | 146.12º | 0.58% | 0.5% | - |
| HSV(B) | 146.12º | 0.74% | 0.78% | - |
| XYZ | 25.33 | 43.35 | 23.86 | - |
| YUV | 146.59 | 111.3 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 200 | 117 | 0.74 | 0 | 0.42 | 0.22 | 146.12 | 0.58 | 0.5 |
| Hex | 35 | C8 | 75 | 4A | 0 | 2A | 16 | 92 | 3A | 32 |
| Octal | 65 | 310 | 165 | 112 | 0 | 52 | 26 | 222 | 72 | 62 |
| Binary | 110101 | 11001000 | 1110101 | 1001010 | 0 | 101010 | 10110 | 10010010 | 111010 | 110010 |
Color Harmonies of #35C875
Complementary color
Monochromatic Colors of #35C875
Black with #35C875
Text Example
Text Example
White with #35C875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C875; }
p { color: rgb(53,200,117); }
H1.HeaderClassName
{
color: #35C875;
}
.AnyTagClassName
{
color: #35C875;
}
</style>
background-color css
<style>
a { background-color: #35C875; }
a { background-color: rgb(53,200,117); }
div.DivClassName
{
background-color: #35C875;
}
.BgClassName
{
background-color: #35C875;
}
</style>
border-color css
<style>
span { border-color: #35C875; }
span { border-color: rgb(53,200,117); }
td.TdClassName
{
border-color: #35C875;
}
.TagClassName
{
border-color: #35C875;
}
</style>