Shades of Medium Sea Green #35C06F
Tints of Medium Sea Green #35C06F
RGB
CMYK
RGB Variations
Color information
#35C06F (or 0x35C06F) is known color: Medium Sea Green. HEX triplet: 35, C0 and 6F. RGB value is (53,192,111). Sum of RGB (Red+Green+Blue) = 53+192+111=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #35C06F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C06F is #CA3F90. Grayscale: #8D8D8D. Windows color (decimal): -13254545 or 7323701. OLE color: 7323701.
HSL color Cylindrical-coordinate representation of color #35C06F: hue angle of 145.04º 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 #35C06F is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 192 | 111 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.25 |
| HSL | 145.04º | 0.57% | 0.48% | - |
| HSV(B) | 145.04º | 0.72% | 0.75% | - |
| XYZ | 23.19 | 39.6 | 21.46 | - |
| YUV | 141.21 | 110.95 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 192 | 111 | 0.72 | 0 | 0.42 | 0.25 | 145.04 | 0.57 | 0.48 |
| Hex | 35 | C0 | 6F | 48 | 0 | 2A | 19 | 91 | 39 | 30 |
| Octal | 65 | 300 | 157 | 110 | 0 | 52 | 31 | 221 | 71 | 60 |
| Binary | 110101 | 11000000 | 1101111 | 1001000 | 0 | 101010 | 11001 | 10010001 | 111001 | 110000 |
Color Harmonies of #35C06F
Complementary color
Monochromatic Colors of #35C06F
Black with #35C06F
Text Example
Text Example
White with #35C06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C06F; }
p { color: rgb(53,192,111); }
H1.HeaderClassName
{
color: #35C06F;
}
.AnyTagClassName
{
color: #35C06F;
}
</style>
background-color css
<style>
a { background-color: #35C06F; }
a { background-color: rgb(53,192,111); }
div.DivClassName
{
background-color: #35C06F;
}
.BgClassName
{
background-color: #35C06F;
}
</style>
border-color css
<style>
span { border-color: #35C06F; }
span { border-color: rgb(53,192,111); }
td.TdClassName
{
border-color: #35C06F;
}
.TagClassName
{
border-color: #35C06F;
}
</style>