Shades of Medium Sea Green #35BA5E
Tints of Medium Sea Green #35BA5E
RGB
CMYK
RGB Variations
Color information
#35BA5E (or 0x35BA5E) is known color: Medium Sea Green. HEX triplet: 35, BA and 5E. RGB value is (53,186,94). Sum of RGB (Red+Green+Blue) = 53+186+94=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 186 (73.05% from 255 or 55.86% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BA5E is #CA45A1. Grayscale: #878787. Windows color (decimal): -13256098 or 6208053. OLE color: 6208053.
HSL color Cylindrical-coordinate representation of color #35BA5E: hue angle of 138.5º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BA5E is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 186 | 94 | - |
| CMYK | 0.72 | 0 | 0.49 | 0.27 |
| HSL | 138.5º | 0.56% | 0.47% | - |
| HSV(B) | 138.5º | 0.72% | 0.73% | - |
| XYZ | 21.05 | 36.68 | 16.56 | - |
| YUV | 135.75 | 104.44 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 186 | 94 | 0.72 | 0 | 0.49 | 0.27 | 138.5 | 0.56 | 0.47 |
| Hex | 35 | BA | 5E | 48 | 0 | 31 | 1B | 8A | 38 | 2F |
| Octal | 65 | 272 | 136 | 110 | 0 | 61 | 33 | 212 | 70 | 57 |
| Binary | 110101 | 10111010 | 1011110 | 1001000 | 0 | 110001 | 11011 | 10001010 | 111000 | 101111 |
Color Harmonies of #35BA5E
Complementary color
Monochromatic Colors of #35BA5E
Black with #35BA5E
Text Example
Text Example
White with #35BA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BA5E; }
p { color: rgb(53,186,94); }
H1.HeaderClassName
{
color: #35BA5E;
}
.AnyTagClassName
{
color: #35BA5E;
}
</style>
background-color css
<style>
a { background-color: #35BA5E; }
a { background-color: rgb(53,186,94); }
div.DivClassName
{
background-color: #35BA5E;
}
.BgClassName
{
background-color: #35BA5E;
}
</style>
border-color css
<style>
span { border-color: #35BA5E; }
span { border-color: rgb(53,186,94); }
td.TdClassName
{
border-color: #35BA5E;
}
.TagClassName
{
border-color: #35BA5E;
}
</style>