Shades of Medium Sea Green #35C17D
Tints of Medium Sea Green #35C17D
RGB
CMYK
RGB Variations
Color information
#35C17D (or 0x35C17D) is known color: Medium Sea Green. HEX triplet: 35, C1 and 7D. RGB value is (53,193,125). Sum of RGB (Red+Green+Blue) = 53+193+125=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #35C17D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C17D is #CA3E82. Grayscale: #8F8F8F. Windows color (decimal): -13254275 or 8241461. OLE color: 8241461.
HSL color Cylindrical-coordinate representation of color #35C17D: hue angle of 150.86º 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 #35C17D is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 193 | 125 | - |
| CMYK | 0.73 | 0 | 0.35 | 0.24 |
| HSL | 150.86º | 0.57% | 0.48% | - |
| HSV(B) | 150.86º | 0.73% | 0.76% | - |
| XYZ | 24.24 | 40.38 | 25.92 | - |
| YUV | 143.39 | 117.62 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 193 | 125 | 0.73 | 0 | 0.35 | 0.24 | 150.86 | 0.57 | 0.48 |
| Hex | 35 | C1 | 7D | 49 | 0 | 23 | 18 | 97 | 39 | 30 |
| Octal | 65 | 301 | 175 | 111 | 0 | 43 | 30 | 227 | 71 | 60 |
| Binary | 110101 | 11000001 | 1111101 | 1001001 | 0 | 100011 | 11000 | 10010111 | 111001 | 110000 |
Color Harmonies of #35C17D
Complementary color
Monochromatic Colors of #35C17D
Black with #35C17D
Text Example
Text Example
White with #35C17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C17D; }
p { color: rgb(53,193,125); }
H1.HeaderClassName
{
color: #35C17D;
}
.AnyTagClassName
{
color: #35C17D;
}
</style>
background-color css
<style>
a { background-color: #35C17D; }
a { background-color: rgb(53,193,125); }
div.DivClassName
{
background-color: #35C17D;
}
.BgClassName
{
background-color: #35C17D;
}
</style>
border-color css
<style>
span { border-color: #35C17D; }
span { border-color: rgb(53,193,125); }
td.TdClassName
{
border-color: #35C17D;
}
.TagClassName
{
border-color: #35C17D;
}
</style>