Shades of Medium Sea Green #35C665
Tints of Medium Sea Green #35C665
RGB
CMYK
RGB Variations
Color information
#35C665 (or 0x35C665) is known color: Medium Sea Green. HEX triplet: 35, C6 and 65. RGB value is (53,198,101). Sum of RGB (Red+Green+Blue) = 53+198+101=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 198 (77.73% from 255 or 56.25% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 198 - color contains mainly: green. Hex color #35C665 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C665 is #CA399A. Grayscale: #8F8F8F. Windows color (decimal): -13253019 or 6669877. OLE color: 6669877.
HSL color Cylindrical-coordinate representation of color #35C665: hue angle of 139.86º 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 #35C665 is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 198 | 101 | - |
| CMYK | 0.73 | 0 | 0.49 | 0.22 |
| HSL | 139.86º | 0.58% | 0.49% | - |
| HSV(B) | 139.86º | 0.73% | 0.78% | - |
| XYZ | 24.01 | 42.08 | 19.17 | - |
| YUV | 143.59 | 103.96 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 198 | 101 | 0.73 | 0 | 0.49 | 0.22 | 139.86 | 0.58 | 0.49 |
| Hex | 35 | C6 | 65 | 49 | 0 | 31 | 16 | 8C | 3A | 31 |
| Octal | 65 | 306 | 145 | 111 | 0 | 61 | 26 | 214 | 72 | 61 |
| Binary | 110101 | 11000110 | 1100101 | 1001001 | 0 | 110001 | 10110 | 10001100 | 111010 | 110001 |
Color Harmonies of #35C665
Complementary color
Monochromatic Colors of #35C665
Black with #35C665
Text Example
Text Example
White with #35C665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C665; }
p { color: rgb(53,198,101); }
H1.HeaderClassName
{
color: #35C665;
}
.AnyTagClassName
{
color: #35C665;
}
</style>
background-color css
<style>
a { background-color: #35C665; }
a { background-color: rgb(53,198,101); }
div.DivClassName
{
background-color: #35C665;
}
.BgClassName
{
background-color: #35C665;
}
</style>
border-color css
<style>
span { border-color: #35C665; }
span { border-color: rgb(53,198,101); }
td.TdClassName
{
border-color: #35C665;
}
.TagClassName
{
border-color: #35C665;
}
</style>