Shades of Medium Sea Green #35A865
Tints of Medium Sea Green #35A865
RGB
CMYK
RGB Variations
Color information
#35A865 (or 0x35A865) is known color: Medium Sea Green. HEX triplet: 35, A8 and 65. RGB value is (53,168,101). Sum of RGB (Red+Green+Blue) = 53+168+101=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 168 (66.02% from 255 or 52.17% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 168 - color contains mainly: green. Hex color #35A865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A865 is #CA579A. Grayscale: #7E7E7E. Windows color (decimal): -13260699 or 6662197. OLE color: 6662197.
HSL color Cylindrical-coordinate representation of color #35A865: hue angle of 145.04º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A865 is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 53 | 168 | 101 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.34 |
| HSL | 145.04º | 0.52% | 0.43% | - |
| HSV(B) | 145.04º | 0.68% | 0.66% | - |
| XYZ | 17.82 | 29.7 | 17.11 | - |
| YUV | 125.98 | 113.9 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 168 | 101 | 0.68 | 0 | 0.40 | 0.34 | 145.04 | 0.52 | 0.43 |
| Hex | 35 | A8 | 65 | 44 | 0 | 28 | 22 | 91 | 34 | 2B |
| Octal | 65 | 250 | 145 | 104 | 0 | 50 | 42 | 221 | 64 | 53 |
| Binary | 110101 | 10101000 | 1100101 | 1000100 | 0 | 101000 | 100010 | 10010001 | 110100 | 101011 |
Color Harmonies of #35A865
Complementary color
Monochromatic Colors of #35A865
Black with #35A865
Text Example
Text Example
White with #35A865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A865; }
p { color: rgb(53,168,101); }
H1.HeaderClassName
{
color: #35A865;
}
.AnyTagClassName
{
color: #35A865;
}
</style>
background-color css
<style>
a { background-color: #35A865; }
a { background-color: rgb(53,168,101); }
div.DivClassName
{
background-color: #35A865;
}
.BgClassName
{
background-color: #35A865;
}
</style>
border-color css
<style>
span { border-color: #35A865; }
span { border-color: rgb(53,168,101); }
td.TdClassName
{
border-color: #35A865;
}
.TagClassName
{
border-color: #35A865;
}
</style>