Shades of Medium Sea Green #35C083
Tints of Medium Sea Green #35C083
RGB
CMYK
RGB Variations
Color information
#35C083 (or 0x35C083) is known color: Medium Sea Green. HEX triplet: 35, C0 and 83. RGB value is (53,192,131). Sum of RGB (Red+Green+Blue) = 53+192+131=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 192 (75.39% from 255 or 51.06% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 192 - color contains mainly: green. Hex color #35C083 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C083 is #CA3F7C. Grayscale: #8F8F8F. Windows color (decimal): -13254525 or 8634421. OLE color: 8634421.
HSL color Cylindrical-coordinate representation of color #35C083: hue angle of 153.67º 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 #35C083 is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 192 | 131 | - |
| CMYK | 0.72 | 0 | 0.32 | 0.25 |
| HSL | 153.67º | 0.57% | 0.48% | - |
| HSV(B) | 153.67º | 0.72% | 0.75% | - |
| XYZ | 24.41 | 40.09 | 27.93 | - |
| YUV | 143.49 | 120.95 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 192 | 131 | 0.72 | 0 | 0.32 | 0.25 | 153.67 | 0.57 | 0.48 |
| Hex | 35 | C0 | 83 | 48 | 0 | 20 | 19 | 9A | 39 | 30 |
| Octal | 65 | 300 | 203 | 110 | 0 | 40 | 31 | 232 | 71 | 60 |
| Binary | 110101 | 11000000 | 10000011 | 1001000 | 0 | 100000 | 11001 | 10011010 | 111001 | 110000 |
Color Harmonies of #35C083
Complementary color
Monochromatic Colors of #35C083
Black with #35C083
Text Example
Text Example
White with #35C083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C083; }
p { color: rgb(53,192,131); }
H1.HeaderClassName
{
color: #35C083;
}
.AnyTagClassName
{
color: #35C083;
}
</style>
background-color css
<style>
a { background-color: #35C083; }
a { background-color: rgb(53,192,131); }
div.DivClassName
{
background-color: #35C083;
}
.BgClassName
{
background-color: #35C083;
}
</style>
border-color css
<style>
span { border-color: #35C083; }
span { border-color: rgb(53,192,131); }
td.TdClassName
{
border-color: #35C083;
}
.TagClassName
{
border-color: #35C083;
}
</style>