Shades of Medium Sea Green #35C86C
Tints of Medium Sea Green #35C86C
RGB
CMYK
RGB Variations
Color information
#35C86C (or 0x35C86C) is known color: Medium Sea Green. HEX triplet: 35, C8 and 6C. RGB value is (53,200,108). Sum of RGB (Red+Green+Blue) = 53+200+108=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 200 (78.52% from 255 or 55.40% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 200 - color contains mainly: green. Hex color #35C86C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C86C is #CA3793. Grayscale: #919191. Windows color (decimal): -13252500 or 7129141. OLE color: 7129141.
HSL color Cylindrical-coordinate representation of color #35C86C: hue angle of 142.45º 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 #35C86C is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 200 | 108 | - |
| CMYK | 0.74 | 0 | 0.46 | 0.22 |
| HSL | 142.45º | 0.58% | 0.5% | - |
| HSV(B) | 142.45º | 0.74% | 0.78% | - |
| XYZ | 24.83 | 43.15 | 21.21 | - |
| YUV | 145.56 | 106.8 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 200 | 108 | 0.74 | 0 | 0.46 | 0.22 | 142.45 | 0.58 | 0.5 |
| Hex | 35 | C8 | 6C | 4A | 0 | 2E | 16 | 8E | 3A | 32 |
| Octal | 65 | 310 | 154 | 112 | 0 | 56 | 26 | 216 | 72 | 62 |
| Binary | 110101 | 11001000 | 1101100 | 1001010 | 0 | 101110 | 10110 | 10001110 | 111010 | 110010 |
Color Harmonies of #35C86C
Complementary color
Monochromatic Colors of #35C86C
Black with #35C86C
Text Example
Text Example
White with #35C86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C86C; }
p { color: rgb(53,200,108); }
H1.HeaderClassName
{
color: #35C86C;
}
.AnyTagClassName
{
color: #35C86C;
}
</style>
background-color css
<style>
a { background-color: #35C86C; }
a { background-color: rgb(53,200,108); }
div.DivClassName
{
background-color: #35C86C;
}
.BgClassName
{
background-color: #35C86C;
}
</style>
border-color css
<style>
span { border-color: #35C86C; }
span { border-color: rgb(53,200,108); }
td.TdClassName
{
border-color: #35C86C;
}
.TagClassName
{
border-color: #35C86C;
}
</style>