Shades of Medium Sea Green #35B96D
Tints of Medium Sea Green #35B96D
RGB
CMYK
RGB Variations
Color information
#35B96D (or 0x35B96D) is known color: Medium Sea Green. HEX triplet: 35, B9 and 6D. RGB value is (53,185,109). Sum of RGB (Red+Green+Blue) = 53+185+109=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 185 (72.66% from 255 or 53.31% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 185 - color contains mainly: green. Hex color #35B96D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35B96D is #CA4692. Grayscale: #898989. Windows color (decimal): -13256339 or 7190837. OLE color: 7190837.
HSL color Cylindrical-coordinate representation of color #35B96D: hue angle of 145.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B96D is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 185 | 109 | - |
| CMYK | 0.71 | 0 | 0.41 | 0.27 |
| HSL | 145.45º | 0.55% | 0.47% | - |
| HSV(B) | 145.45º | 0.71% | 0.73% | - |
| XYZ | 21.58 | 36.56 | 20.39 | - |
| YUV | 136.87 | 112.27 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 185 | 109 | 0.71 | 0 | 0.41 | 0.27 | 145.45 | 0.55 | 0.47 |
| Hex | 35 | B9 | 6D | 47 | 0 | 29 | 1B | 91 | 37 | 2F |
| Octal | 65 | 271 | 155 | 107 | 0 | 51 | 33 | 221 | 67 | 57 |
| Binary | 110101 | 10111001 | 1101101 | 1000111 | 0 | 101001 | 11011 | 10010001 | 110111 | 101111 |
Color Harmonies of #35B96D
Complementary color
Monochromatic Colors of #35B96D
Black with #35B96D
Text Example
Text Example
White with #35B96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B96D; }
p { color: rgb(53,185,109); }
H1.HeaderClassName
{
color: #35B96D;
}
.AnyTagClassName
{
color: #35B96D;
}
</style>
background-color css
<style>
a { background-color: #35B96D; }
a { background-color: rgb(53,185,109); }
div.DivClassName
{
background-color: #35B96D;
}
.BgClassName
{
background-color: #35B96D;
}
</style>
border-color css
<style>
span { border-color: #35B96D; }
span { border-color: rgb(53,185,109); }
td.TdClassName
{
border-color: #35B96D;
}
.TagClassName
{
border-color: #35B96D;
}
</style>