Shades of Medium Sea Green #35D05C
Tints of Medium Sea Green #35D05C
RGB
CMYK
RGB Variations
Color information
#35D05C (or 0x35D05C) is known color: Medium Sea Green. HEX triplet: 35, D0 and 5C. RGB value is (53,208,92). Sum of RGB (Red+Green+Blue) = 53+208+92=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 208 (81.64% from 255 or 58.92% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 208 - color contains mainly: green. Hex color #35D05C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D05C is #CA2FA3. Grayscale: #949494. Windows color (decimal): -13250468 or 6082613. OLE color: 6082613.
HSL color Cylindrical-coordinate representation of color #35D05C: hue angle of 135.1º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D05C is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 208 | 92 | - |
| CMYK | 0.75 | 0 | 0.56 | 0.18 |
| HSL | 135.1º | 0.62% | 0.51% | - |
| HSV(B) | 135.1º | 0.75% | 0.82% | - |
| XYZ | 25.96 | 46.64 | 17.76 | - |
| YUV | 148.43 | 96.15 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 208 | 92 | 0.75 | 0 | 0.56 | 0.18 | 135.1 | 0.62 | 0.51 |
| Hex | 35 | D0 | 5C | 4B | 0 | 38 | 12 | 87 | 3E | 33 |
| Octal | 65 | 320 | 134 | 113 | 0 | 70 | 22 | 207 | 76 | 63 |
| Binary | 110101 | 11010000 | 1011100 | 1001011 | 0 | 111000 | 10010 | 10000111 | 111110 | 110011 |
Color Harmonies of #35D05C
Complementary color
Monochromatic Colors of #35D05C
Black with #35D05C
Text Example
Text Example
White with #35D05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D05C; }
p { color: rgb(53,208,92); }
H1.HeaderClassName
{
color: #35D05C;
}
.AnyTagClassName
{
color: #35D05C;
}
</style>
background-color css
<style>
a { background-color: #35D05C; }
a { background-color: rgb(53,208,92); }
div.DivClassName
{
background-color: #35D05C;
}
.BgClassName
{
background-color: #35D05C;
}
</style>
border-color css
<style>
span { border-color: #35D05C; }
span { border-color: rgb(53,208,92); }
td.TdClassName
{
border-color: #35D05C;
}
.TagClassName
{
border-color: #35D05C;
}
</style>