Shades of Medium Sea Green #35B278
Tints of Medium Sea Green #35B278
RGB
CMYK
RGB Variations
Color information
#35B278 (or 0x35B278) is known color: Medium Sea Green. HEX triplet: 35, B2 and 78. RGB value is (53,178,120). Sum of RGB (Red+Green+Blue) = 53+178+120=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 178 (69.92% from 255 or 50.71% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 178 - color contains mainly: green. Hex color #35B278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35B278 is #CA4D87. Grayscale: #868686. Windows color (decimal): -13258120 or 7909941. OLE color: 7909941.
HSL color Cylindrical-coordinate representation of color #35B278: hue angle of 152.16º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35B278 is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 53 | 178 | 120 | - |
| CMYK | 0.70 | 0 | 0.33 | 0.30 |
| HSL | 152.16º | 0.54% | 0.45% | - |
| HSV(B) | 152.16º | 0.7% | 0.7% | - |
| XYZ | 20.78 | 33.95 | 23.23 | - |
| YUV | 134.01 | 120.09 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 178 | 120 | 0.70 | 0 | 0.33 | 0.30 | 152.16 | 0.54 | 0.45 |
| Hex | 35 | B2 | 78 | 46 | 0 | 21 | 1E | 98 | 36 | 2D |
| Octal | 65 | 262 | 170 | 106 | 0 | 41 | 36 | 230 | 66 | 55 |
| Binary | 110101 | 10110010 | 1111000 | 1000110 | 0 | 100001 | 11110 | 10011000 | 110110 | 101101 |
Color Harmonies of #35B278
Complementary color
Monochromatic Colors of #35B278
Black with #35B278
Text Example
Text Example
White with #35B278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B278; }
p { color: rgb(53,178,120); }
H1.HeaderClassName
{
color: #35B278;
}
.AnyTagClassName
{
color: #35B278;
}
</style>
background-color css
<style>
a { background-color: #35B278; }
a { background-color: rgb(53,178,120); }
div.DivClassName
{
background-color: #35B278;
}
.BgClassName
{
background-color: #35B278;
}
</style>
border-color css
<style>
span { border-color: #35B278; }
span { border-color: rgb(53,178,120); }
td.TdClassName
{
border-color: #35B278;
}
.TagClassName
{
border-color: #35B278;
}
</style>