Shades of Medium Sea Green #35C864
Tints of Medium Sea Green #35C864
RGB
CMYK
RGB Variations
Color information
#35C864 (or 0x35C864) is known color: Medium Sea Green. HEX triplet: 35, C8 and 64. RGB value is (53,200,100). Sum of RGB (Red+Green+Blue) = 53+200+100=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 200 (78.52% from 255 or 56.66% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 200 - color contains mainly: green. Hex color #35C864 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C864 is #CA379B. Grayscale: #909090. Windows color (decimal): -13252508 or 6604853. OLE color: 6604853.
HSL color Cylindrical-coordinate representation of color #35C864: hue angle of 139.18º 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 #35C864 is Cyan = 0.74, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 200 | 100 | - |
| CMYK | 0.74 | 0 | 0.5 | 0.22 |
| HSL | 139.18º | 0.58% | 0.5% | - |
| HSV(B) | 139.18º | 0.74% | 0.78% | - |
| XYZ | 24.42 | 42.99 | 19.07 | - |
| YUV | 144.65 | 102.8 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 200 | 100 | 0.74 | 0 | 0.5 | 0.22 | 139.18 | 0.58 | 0.5 |
| Hex | 35 | C8 | 64 | 4A | 0 | 32 | 16 | 8B | 3A | 32 |
| Octal | 65 | 310 | 144 | 112 | 0 | 62 | 26 | 213 | 72 | 62 |
| Binary | 110101 | 11001000 | 1100100 | 1001010 | 0 | 110010 | 10110 | 10001011 | 111010 | 110010 |
Color Harmonies of #35C864
Complementary color
Monochromatic Colors of #35C864
Black with #35C864
Text Example
Text Example
White with #35C864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C864; }
p { color: rgb(53,200,100); }
H1.HeaderClassName
{
color: #35C864;
}
.AnyTagClassName
{
color: #35C864;
}
</style>
background-color css
<style>
a { background-color: #35C864; }
a { background-color: rgb(53,200,100); }
div.DivClassName
{
background-color: #35C864;
}
.BgClassName
{
background-color: #35C864;
}
</style>
border-color css
<style>
span { border-color: #35C864; }
span { border-color: rgb(53,200,100); }
td.TdClassName
{
border-color: #35C864;
}
.TagClassName
{
border-color: #35C864;
}
</style>