Shades of Medium Sea Green #35AD7B
Tints of Medium Sea Green #35AD7B
RGB
CMYK
RGB Variations
Color information
#35AD7B (or 0x35AD7B) is known color: Medium Sea Green. HEX triplet: 35, AD and 7B. RGB value is (53,173,123). Sum of RGB (Red+Green+Blue) = 53+173+123=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 173 (67.97% from 255 or 49.57% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 173 - color contains mainly: green. Hex color #35AD7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AD7B is #CA5284. Grayscale: #838383. Windows color (decimal): -13259397 or 8105269. OLE color: 8105269.
HSL color Cylindrical-coordinate representation of color #35AD7B: hue angle of 155º 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 #35AD7B is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 173 | 123 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.32 |
| HSL | 155º | 0.53% | 0.44% | - |
| HSV(B) | 155º | 0.69% | 0.68% | - |
| XYZ | 19.99 | 32.07 | 23.88 | - |
| YUV | 131.42 | 123.24 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 173 | 123 | 0.69 | 0 | 0.29 | 0.32 | 155 | 0.53 | 0.44 |
| Hex | 35 | AD | 7B | 45 | 0 | 1D | 20 | 9B | 35 | 2C |
| Octal | 65 | 255 | 173 | 105 | 0 | 35 | 40 | 233 | 65 | 54 |
| Binary | 110101 | 10101101 | 1111011 | 1000101 | 0 | 11101 | 100000 | 10011011 | 110101 | 101100 |
Color Harmonies of #35AD7B
Complementary color
Monochromatic Colors of #35AD7B
Black with #35AD7B
Text Example
Text Example
White with #35AD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35AD7B; }
p { color: rgb(53,173,123); }
H1.HeaderClassName
{
color: #35AD7B;
}
.AnyTagClassName
{
color: #35AD7B;
}
</style>
background-color css
<style>
a { background-color: #35AD7B; }
a { background-color: rgb(53,173,123); }
div.DivClassName
{
background-color: #35AD7B;
}
.BgClassName
{
background-color: #35AD7B;
}
</style>
border-color css
<style>
span { border-color: #35AD7B; }
span { border-color: rgb(53,173,123); }
td.TdClassName
{
border-color: #35AD7B;
}
.TagClassName
{
border-color: #35AD7B;
}
</style>