Shades of Medium Sea Green #35C268
Tints of Medium Sea Green #35C268
RGB
CMYK
RGB Variations
Color information
#35C268 (or 0x35C268) is known color: Medium Sea Green. HEX triplet: 35, C2 and 68. RGB value is (53,194,104). Sum of RGB (Red+Green+Blue) = 53+194+104=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 194 (76.17% from 255 or 55.27% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 194 - color contains mainly: green. Hex color #35C268 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C268 is #CA3D97. Grayscale: #8D8D8D. Windows color (decimal): -13254040 or 6865461. OLE color: 6865461.
HSL color Cylindrical-coordinate representation of color #35C268: hue angle of 141.7º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C268 is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 194 | 104 | - |
| CMYK | 0.73 | 0 | 0.46 | 0.24 |
| HSL | 141.7º | 0.57% | 0.48% | - |
| HSV(B) | 141.7º | 0.73% | 0.76% | - |
| XYZ | 23.26 | 40.34 | 19.66 | - |
| YUV | 141.58 | 106.79 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 194 | 104 | 0.73 | 0 | 0.46 | 0.24 | 141.7 | 0.57 | 0.48 |
| Hex | 35 | C2 | 68 | 49 | 0 | 2E | 18 | 8E | 39 | 30 |
| Octal | 65 | 302 | 150 | 111 | 0 | 56 | 30 | 216 | 71 | 60 |
| Binary | 110101 | 11000010 | 1101000 | 1001001 | 0 | 101110 | 11000 | 10001110 | 111001 | 110000 |
Color Harmonies of #35C268
Complementary color
Monochromatic Colors of #35C268
Black with #35C268
Text Example
Text Example
White with #35C268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C268; }
p { color: rgb(53,194,104); }
H1.HeaderClassName
{
color: #35C268;
}
.AnyTagClassName
{
color: #35C268;
}
</style>
background-color css
<style>
a { background-color: #35C268; }
a { background-color: rgb(53,194,104); }
div.DivClassName
{
background-color: #35C268;
}
.BgClassName
{
background-color: #35C268;
}
</style>
border-color css
<style>
span { border-color: #35C268; }
span { border-color: rgb(53,194,104); }
td.TdClassName
{
border-color: #35C268;
}
.TagClassName
{
border-color: #35C268;
}
</style>