Shades of Medium Sea Green #35B95E
Tints of Medium Sea Green #35B95E
RGB
CMYK
RGB Variations
Color information
#35B95E (or 0x35B95E) is known color: Medium Sea Green. HEX triplet: 35, B9 and 5E. RGB value is (53,185,94). Sum of RGB (Red+Green+Blue) = 53+185+94=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 185 (72.66% from 255 or 55.72% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 185 - color contains mainly: green. Hex color #35B95E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35B95E is #CA46A1. Grayscale: #878787. Windows color (decimal): -13256354 or 6207797. OLE color: 6207797.
HSL color Cylindrical-coordinate representation of color #35B95E: hue angle of 138.64º 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 #35B95E is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 185 | 94 | - |
| CMYK | 0.71 | 0 | 0.49 | 0.27 |
| HSL | 138.64º | 0.55% | 0.47% | - |
| HSV(B) | 138.64º | 0.71% | 0.73% | - |
| XYZ | 20.84 | 36.26 | 16.49 | - |
| YUV | 135.16 | 104.77 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 185 | 94 | 0.71 | 0 | 0.49 | 0.27 | 138.64 | 0.55 | 0.47 |
| Hex | 35 | B9 | 5E | 47 | 0 | 31 | 1B | 8B | 37 | 2F |
| Octal | 65 | 271 | 136 | 107 | 0 | 61 | 33 | 213 | 67 | 57 |
| Binary | 110101 | 10111001 | 1011110 | 1000111 | 0 | 110001 | 11011 | 10001011 | 110111 | 101111 |
Color Harmonies of #35B95E
Complementary color
Monochromatic Colors of #35B95E
Black with #35B95E
Text Example
Text Example
White with #35B95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B95E; }
p { color: rgb(53,185,94); }
H1.HeaderClassName
{
color: #35B95E;
}
.AnyTagClassName
{
color: #35B95E;
}
</style>
background-color css
<style>
a { background-color: #35B95E; }
a { background-color: rgb(53,185,94); }
div.DivClassName
{
background-color: #35B95E;
}
.BgClassName
{
background-color: #35B95E;
}
</style>
border-color css
<style>
span { border-color: #35B95E; }
span { border-color: rgb(53,185,94); }
td.TdClassName
{
border-color: #35B95E;
}
.TagClassName
{
border-color: #35B95E;
}
</style>