Shades of Medium Sea Green #35C96F
Tints of Medium Sea Green #35C96F
RGB
CMYK
RGB Variations
Color information
#35C96F (or 0x35C96F) is known color: Medium Sea Green. HEX triplet: 35, C9 and 6F. RGB value is (53,201,111). Sum of RGB (Red+Green+Blue) = 53+201+111=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 201 (78.91% from 255 or 55.07% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 201 - color contains mainly: green. Hex color #35C96F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C96F is #CA3690. Grayscale: #929292. Windows color (decimal): -13252241 or 7326005. OLE color: 7326005.
HSL color Cylindrical-coordinate representation of color #35C96F: hue angle of 143.51º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C96F is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 201 | 111 | - |
| CMYK | 0.74 | 0 | 0.45 | 0.21 |
| HSL | 143.51º | 0.58% | 0.5% | - |
| HSV(B) | 143.51º | 0.74% | 0.79% | - |
| XYZ | 25.22 | 43.68 | 22.14 | - |
| YUV | 146.49 | 107.97 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 201 | 111 | 0.74 | 0 | 0.45 | 0.21 | 143.51 | 0.58 | 0.5 |
| Hex | 35 | C9 | 6F | 4A | 0 | 2D | 15 | 90 | 3A | 32 |
| Octal | 65 | 311 | 157 | 112 | 0 | 55 | 25 | 220 | 72 | 62 |
| Binary | 110101 | 11001001 | 1101111 | 1001010 | 0 | 101101 | 10101 | 10010000 | 111010 | 110010 |
Color Harmonies of #35C96F
Complementary color
Monochromatic Colors of #35C96F
Black with #35C96F
Text Example
Text Example
White with #35C96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C96F; }
p { color: rgb(53,201,111); }
H1.HeaderClassName
{
color: #35C96F;
}
.AnyTagClassName
{
color: #35C96F;
}
</style>
background-color css
<style>
a { background-color: #35C96F; }
a { background-color: rgb(53,201,111); }
div.DivClassName
{
background-color: #35C96F;
}
.BgClassName
{
background-color: #35C96F;
}
</style>
border-color css
<style>
span { border-color: #35C96F; }
span { border-color: rgb(53,201,111); }
td.TdClassName
{
border-color: #35C96F;
}
.TagClassName
{
border-color: #35C96F;
}
</style>