Shades of Medium Sea Green #35BD6B
Tints of Medium Sea Green #35BD6B
RGB
CMYK
RGB Variations
Color information
#35BD6B (or 0x35BD6B) is known color: Medium Sea Green. HEX triplet: 35, BD and 6B. RGB value is (53,189,107). Sum of RGB (Red+Green+Blue) = 53+189+107=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 189 (74.22% from 255 or 54.15% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 189 - color contains mainly: green. Hex color #35BD6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BD6B is #CA4294. Grayscale: #8B8B8B. Windows color (decimal): -13255317 or 7060789. OLE color: 7060789.
HSL color Cylindrical-coordinate representation of color #35BD6B: hue angle of 143.82º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BD6B is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 189 | 107 | - |
| CMYK | 0.72 | 0 | 0.43 | 0.26 |
| HSL | 143.82º | 0.56% | 0.47% | - |
| HSV(B) | 143.82º | 0.72% | 0.74% | - |
| XYZ | 22.32 | 38.21 | 20.11 | - |
| YUV | 138.99 | 109.94 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 189 | 107 | 0.72 | 0 | 0.43 | 0.26 | 143.82 | 0.56 | 0.47 |
| Hex | 35 | BD | 6B | 48 | 0 | 2B | 1A | 90 | 38 | 2F |
| Octal | 65 | 275 | 153 | 110 | 0 | 53 | 32 | 220 | 70 | 57 |
| Binary | 110101 | 10111101 | 1101011 | 1001000 | 0 | 101011 | 11010 | 10010000 | 111000 | 101111 |
Color Harmonies of #35BD6B
Complementary color
Monochromatic Colors of #35BD6B
Black with #35BD6B
Text Example
Text Example
White with #35BD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BD6B; }
p { color: rgb(53,189,107); }
H1.HeaderClassName
{
color: #35BD6B;
}
.AnyTagClassName
{
color: #35BD6B;
}
</style>
background-color css
<style>
a { background-color: #35BD6B; }
a { background-color: rgb(53,189,107); }
div.DivClassName
{
background-color: #35BD6B;
}
.BgClassName
{
background-color: #35BD6B;
}
</style>
border-color css
<style>
span { border-color: #35BD6B; }
span { border-color: rgb(53,189,107); }
td.TdClassName
{
border-color: #35BD6B;
}
.TagClassName
{
border-color: #35BD6B;
}
</style>