Shades of Medium Sea Green #35C075
Tints of Medium Sea Green #35C075
RGB
CMYK
RGB Variations
Color information
#35C075 (or 0x35C075) is known color: Medium Sea Green. HEX triplet: 35, C0 and 75. RGB value is (53,192,117). Sum of RGB (Red+Green+Blue) = 53+192+117=362 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.64% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #35C075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C075 is #CA3F8A. Grayscale: #8E8E8E. Windows color (decimal): -13254539 or 7716917. OLE color: 7716917.
HSL color Cylindrical-coordinate representation of color #35C075: hue angle of 147.63º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35C075 is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 192 | 117 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.25 |
| HSL | 147.63º | 0.57% | 0.48% | - |
| HSV(B) | 147.63º | 0.72% | 0.75% | - |
| XYZ | 23.53 | 39.74 | 23.26 | - |
| YUV | 141.89 | 113.95 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 192 | 117 | 0.72 | 0 | 0.39 | 0.25 | 147.63 | 0.57 | 0.48 |
| Hex | 35 | C0 | 75 | 48 | 0 | 27 | 19 | 94 | 39 | 30 |
| Octal | 65 | 300 | 165 | 110 | 0 | 47 | 31 | 224 | 71 | 60 |
| Binary | 110101 | 11000000 | 1110101 | 1001000 | 0 | 100111 | 11001 | 10010100 | 111001 | 110000 |
Color Harmonies of #35C075
Complementary color
Monochromatic Colors of #35C075
Black with #35C075
Text Example
Text Example
White with #35C075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C075; }
p { color: rgb(53,192,117); }
H1.HeaderClassName
{
color: #35C075;
}
.AnyTagClassName
{
color: #35C075;
}
</style>
background-color css
<style>
a { background-color: #35C075; }
a { background-color: rgb(53,192,117); }
div.DivClassName
{
background-color: #35C075;
}
.BgClassName
{
background-color: #35C075;
}
</style>
border-color css
<style>
span { border-color: #35C075; }
span { border-color: rgb(53,192,117); }
td.TdClassName
{
border-color: #35C075;
}
.TagClassName
{
border-color: #35C075;
}
</style>