Shades of Medium Sea Green #35AD74
Tints of Medium Sea Green #35AD74
RGB
CMYK
RGB Variations
Color information
#35AD74 (or 0x35AD74) is known color: Medium Sea Green. HEX triplet: 35, AD and 74. RGB value is (53,173,116). Sum of RGB (Red+Green+Blue) = 53+173+116=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #35AD74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AD74 is #CA528B. Grayscale: #828282. Windows color (decimal): -13259404 or 7646517. OLE color: 7646517.
HSL color Cylindrical-coordinate representation of color #35AD74: hue angle of 151.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 #35AD74 is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 173 | 116 | - |
| CMYK | 0.69 | 0 | 0.33 | 0.32 |
| HSL | 151.5º | 0.53% | 0.44% | - |
| HSV(B) | 151.5º | 0.69% | 0.68% | - |
| XYZ | 19.56 | 31.9 | 21.65 | - |
| YUV | 130.62 | 119.74 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 173 | 116 | 0.69 | 0 | 0.33 | 0.32 | 151.5 | 0.53 | 0.44 |
| Hex | 35 | AD | 74 | 45 | 0 | 21 | 20 | 98 | 35 | 2C |
| Octal | 65 | 255 | 164 | 105 | 0 | 41 | 40 | 230 | 65 | 54 |
| Binary | 110101 | 10101101 | 1110100 | 1000101 | 0 | 100001 | 100000 | 10011000 | 110101 | 101100 |
Color Harmonies of #35AD74
Complementary color
Monochromatic Colors of #35AD74
Black with #35AD74
Text Example
Text Example
White with #35AD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35AD74; }
p { color: rgb(53,173,116); }
H1.HeaderClassName
{
color: #35AD74;
}
.AnyTagClassName
{
color: #35AD74;
}
</style>
background-color css
<style>
a { background-color: #35AD74; }
a { background-color: rgb(53,173,116); }
div.DivClassName
{
background-color: #35AD74;
}
.BgClassName
{
background-color: #35AD74;
}
</style>
border-color css
<style>
span { border-color: #35AD74; }
span { border-color: rgb(53,173,116); }
td.TdClassName
{
border-color: #35AD74;
}
.TagClassName
{
border-color: #35AD74;
}
</style>