Shades of Medium Sea Green #35AD64
Tints of Medium Sea Green #35AD64
RGB
CMYK
RGB Variations
Color information
#35AD64 (or 0x35AD64) is known color: Medium Sea Green. HEX triplet: 35, AD and 64. RGB value is (53,173,100). Sum of RGB (Red+Green+Blue) = 53+173+100=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 173 (67.97% from 255 or 53.07% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 173 - color contains mainly: green. Hex color #35AD64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AD64 is #CA529B. Grayscale: #808080. Windows color (decimal): -13259420 or 6597941. OLE color: 6597941.
HSL color Cylindrical-coordinate representation of color #35AD64: hue angle of 143.5º 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 #35AD64 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 173 | 100 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.32 |
| HSL | 143.5º | 0.53% | 0.44% | - |
| HSV(B) | 143.5º | 0.69% | 0.68% | - |
| XYZ | 18.71 | 31.56 | 17.16 | - |
| YUV | 128.8 | 111.74 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 173 | 100 | 0.69 | 0 | 0.42 | 0.32 | 143.5 | 0.53 | 0.44 |
| Hex | 35 | AD | 64 | 45 | 0 | 2A | 20 | 90 | 35 | 2C |
| Octal | 65 | 255 | 144 | 105 | 0 | 52 | 40 | 220 | 65 | 54 |
| Binary | 110101 | 10101101 | 1100100 | 1000101 | 0 | 101010 | 100000 | 10010000 | 110101 | 101100 |
Color Harmonies of #35AD64
Complementary color
Monochromatic Colors of #35AD64
Black with #35AD64
Text Example
Text Example
White with #35AD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35AD64; }
p { color: rgb(53,173,100); }
H1.HeaderClassName
{
color: #35AD64;
}
.AnyTagClassName
{
color: #35AD64;
}
</style>
background-color css
<style>
a { background-color: #35AD64; }
a { background-color: rgb(53,173,100); }
div.DivClassName
{
background-color: #35AD64;
}
.BgClassName
{
background-color: #35AD64;
}
</style>
border-color css
<style>
span { border-color: #35AD64; }
span { border-color: rgb(53,173,100); }
td.TdClassName
{
border-color: #35AD64;
}
.TagClassName
{
border-color: #35AD64;
}
</style>