Shades of Medium Sea Green #35AD65
Tints of Medium Sea Green #35AD65
RGB
CMYK
RGB Variations
Color information
#35AD65 (or 0x35AD65) is known color: Medium Sea Green. HEX triplet: 35, AD and 65. RGB value is (53,173,101). Sum of RGB (Red+Green+Blue) = 53+173+101=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 173 (67.97% from 255 or 52.91% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 173 - color contains mainly: green. Hex color #35AD65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AD65 is #CA529A. Grayscale: #818181. Windows color (decimal): -13259419 or 6663477. OLE color: 6663477.
HSL color Cylindrical-coordinate representation of color #35AD65: hue angle of 144º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AD65 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 173 | 101 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.32 |
| HSL | 144º | 0.53% | 0.44% | - |
| HSV(B) | 144º | 0.69% | 0.68% | - |
| XYZ | 18.76 | 31.58 | 17.42 | - |
| YUV | 128.91 | 112.24 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 173 | 101 | 0.69 | 0 | 0.42 | 0.32 | 144 | 0.53 | 0.44 |
| Hex | 35 | AD | 65 | 45 | 0 | 2A | 20 | 90 | 35 | 2C |
| Octal | 65 | 255 | 145 | 105 | 0 | 52 | 40 | 220 | 65 | 54 |
| Binary | 110101 | 10101101 | 1100101 | 1000101 | 0 | 101010 | 100000 | 10010000 | 110101 | 101100 |
Color Harmonies of #35AD65
Complementary color
Monochromatic Colors of #35AD65
Black with #35AD65
Text Example
Text Example
White with #35AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35AD65; }
p { color: rgb(53,173,101); }
H1.HeaderClassName
{
color: #35AD65;
}
.AnyTagClassName
{
color: #35AD65;
}
</style>
background-color css
<style>
a { background-color: #35AD65; }
a { background-color: rgb(53,173,101); }
div.DivClassName
{
background-color: #35AD65;
}
.BgClassName
{
background-color: #35AD65;
}
</style>
border-color css
<style>
span { border-color: #35AD65; }
span { border-color: rgb(53,173,101); }
td.TdClassName
{
border-color: #35AD65;
}
.TagClassName
{
border-color: #35AD65;
}
</style>