Shades of Medium Sea Green #35C65A
Tints of Medium Sea Green #35C65A
RGB
CMYK
RGB Variations
Color information
#35C65A (or 0x35C65A) is known color: Medium Sea Green. HEX triplet: 35, C6 and 5A. RGB value is (53,198,90). Sum of RGB (Red+Green+Blue) = 53+198+90=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 198 (77.73% from 255 or 58.06% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 198 - color contains mainly: green. Hex color #35C65A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C65A is #CA39A5. Grayscale: #8E8E8E. Windows color (decimal): -13253030 or 5948981. OLE color: 5948981.
HSL color Cylindrical-coordinate representation of color #35C65A: hue angle of 135.31º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C65A is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 198 | 90 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.22 |
| HSL | 135.31º | 0.58% | 0.49% | - |
| HSV(B) | 135.31º | 0.73% | 0.78% | - |
| XYZ | 23.51 | 41.88 | 16.52 | - |
| YUV | 142.33 | 98.46 | 64.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 198 | 90 | 0.73 | 0 | 0.55 | 0.22 | 135.31 | 0.58 | 0.49 |
| Hex | 35 | C6 | 5A | 49 | 0 | 37 | 16 | 87 | 3A | 31 |
| Octal | 65 | 306 | 132 | 111 | 0 | 67 | 26 | 207 | 72 | 61 |
| Binary | 110101 | 11000110 | 1011010 | 1001001 | 0 | 110111 | 10110 | 10000111 | 111010 | 110001 |
Color Harmonies of #35C65A
Complementary color
Monochromatic Colors of #35C65A
Black with #35C65A
Text Example
Text Example
White with #35C65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C65A; }
p { color: rgb(53,198,90); }
H1.HeaderClassName
{
color: #35C65A;
}
.AnyTagClassName
{
color: #35C65A;
}
</style>
background-color css
<style>
a { background-color: #35C65A; }
a { background-color: rgb(53,198,90); }
div.DivClassName
{
background-color: #35C65A;
}
.BgClassName
{
background-color: #35C65A;
}
</style>
border-color css
<style>
span { border-color: #35C65A; }
span { border-color: rgb(53,198,90); }
td.TdClassName
{
border-color: #35C65A;
}
.TagClassName
{
border-color: #35C65A;
}
</style>