Shades of Medium Sea Green #35BA7B
Tints of Medium Sea Green #35BA7B
RGB
CMYK
RGB Variations
Color information
#35BA7B (or 0x35BA7B) is known color: Medium Sea Green. HEX triplet: 35, BA and 7B. RGB value is (53,186,123). Sum of RGB (Red+Green+Blue) = 53+186+123=362 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.64% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BA7B is #CA4584. Grayscale: #8B8B8B. Windows color (decimal): -13256069 or 8108597. OLE color: 8108597.
HSL color Cylindrical-coordinate representation of color #35BA7B: hue angle of 151.58º 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 #35BA7B is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 186 | 123 | - |
| CMYK | 0.72 | 0 | 0.34 | 0.27 |
| HSL | 151.58º | 0.56% | 0.47% | - |
| HSV(B) | 151.58º | 0.72% | 0.73% | - |
| XYZ | 22.6 | 37.3 | 24.75 | - |
| YUV | 139.05 | 118.94 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 186 | 123 | 0.72 | 0 | 0.34 | 0.27 | 151.58 | 0.56 | 0.47 |
| Hex | 35 | BA | 7B | 48 | 0 | 22 | 1B | 98 | 38 | 2F |
| Octal | 65 | 272 | 173 | 110 | 0 | 42 | 33 | 230 | 70 | 57 |
| Binary | 110101 | 10111010 | 1111011 | 1001000 | 0 | 100010 | 11011 | 10011000 | 111000 | 101111 |
Color Harmonies of #35BA7B
Complementary color
Monochromatic Colors of #35BA7B
Black with #35BA7B
Text Example
Text Example
White with #35BA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BA7B; }
p { color: rgb(53,186,123); }
H1.HeaderClassName
{
color: #35BA7B;
}
.AnyTagClassName
{
color: #35BA7B;
}
</style>
background-color css
<style>
a { background-color: #35BA7B; }
a { background-color: rgb(53,186,123); }
div.DivClassName
{
background-color: #35BA7B;
}
.BgClassName
{
background-color: #35BA7B;
}
</style>
border-color css
<style>
span { border-color: #35BA7B; }
span { border-color: rgb(53,186,123); }
td.TdClassName
{
border-color: #35BA7B;
}
.TagClassName
{
border-color: #35BA7B;
}
</style>