Shades of Medium Sea Green #35B95B
Tints of Medium Sea Green #35B95B
RGB
CMYK
RGB Variations
Color information
#35B95B (or 0x35B95B) is known color: Medium Sea Green. HEX triplet: 35, B9 and 5B. RGB value is (53,185,91). Sum of RGB (Red+Green+Blue) = 53+185+91=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 185 (72.66% from 255 or 56.23% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 185 - color contains mainly: green. Hex color #35B95B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35B95B is #CA46A4. Grayscale: #878787. Windows color (decimal): -13256357 or 6011189. OLE color: 6011189.
HSL color Cylindrical-coordinate representation of color #35B95B: hue angle of 137.27º 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 #35B95B is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 185 | 91 | - |
| CMYK | 0.71 | 0 | 0.51 | 0.27 |
| HSL | 137.27º | 0.55% | 0.47% | - |
| HSV(B) | 137.27º | 0.71% | 0.73% | - |
| XYZ | 20.71 | 36.21 | 15.8 | - |
| YUV | 134.82 | 103.27 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 185 | 91 | 0.71 | 0 | 0.51 | 0.27 | 137.27 | 0.55 | 0.47 |
| Hex | 35 | B9 | 5B | 47 | 0 | 33 | 1B | 89 | 37 | 2F |
| Octal | 65 | 271 | 133 | 107 | 0 | 63 | 33 | 211 | 67 | 57 |
| Binary | 110101 | 10111001 | 1011011 | 1000111 | 0 | 110011 | 11011 | 10001001 | 110111 | 101111 |
Color Harmonies of #35B95B
Complementary color
Monochromatic Colors of #35B95B
Black with #35B95B
Text Example
Text Example
White with #35B95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B95B; }
p { color: rgb(53,185,91); }
H1.HeaderClassName
{
color: #35B95B;
}
.AnyTagClassName
{
color: #35B95B;
}
</style>
background-color css
<style>
a { background-color: #35B95B; }
a { background-color: rgb(53,185,91); }
div.DivClassName
{
background-color: #35B95B;
}
.BgClassName
{
background-color: #35B95B;
}
</style>
border-color css
<style>
span { border-color: #35B95B; }
span { border-color: rgb(53,185,91); }
td.TdClassName
{
border-color: #35B95B;
}
.TagClassName
{
border-color: #35B95B;
}
</style>