Shades of Medium Sea Green #35CE74
Tints of Medium Sea Green #35CE74
RGB
CMYK
RGB Variations
Color information
#35CE74 (or 0x35CE74) is known color: Medium Sea Green. HEX triplet: 35, CE and 74. RGB value is (53,206,116). Sum of RGB (Red+Green+Blue) = 53+206+116=375 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.13% from 375); Green value is 206 (80.86% from 255 or 54.93% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 206 - color contains mainly: green. Hex color #35CE74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35CE74 is #CA318B. Grayscale: #969696. Windows color (decimal): -13250956 or 7654965. OLE color: 7654965.
HSL color Cylindrical-coordinate representation of color #35CE74: hue angle of 144.71º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CE74 is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 206 | 116 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.19 |
| HSL | 144.71º | 0.61% | 0.51% | - |
| HSV(B) | 144.71º | 0.74% | 0.81% | - |
| XYZ | 26.69 | 46.16 | 24.03 | - |
| YUV | 149.99 | 108.81 | 58.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 206 | 116 | 0.74 | 0 | 0.44 | 0.19 | 144.71 | 0.61 | 0.51 |
| Hex | 35 | CE | 74 | 4A | 0 | 2C | 13 | 91 | 3D | 33 |
| Octal | 65 | 316 | 164 | 112 | 0 | 54 | 23 | 221 | 75 | 63 |
| Binary | 110101 | 11001110 | 1110100 | 1001010 | 0 | 101100 | 10011 | 10010001 | 111101 | 110011 |
Color Harmonies of #35CE74
Complementary color
Monochromatic Colors of #35CE74
Black with #35CE74
Text Example
Text Example
White with #35CE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CE74; }
p { color: rgb(53,206,116); }
H1.HeaderClassName
{
color: #35CE74;
}
.AnyTagClassName
{
color: #35CE74;
}
</style>
background-color css
<style>
a { background-color: #35CE74; }
a { background-color: rgb(53,206,116); }
div.DivClassName
{
background-color: #35CE74;
}
.BgClassName
{
background-color: #35CE74;
}
</style>
border-color css
<style>
span { border-color: #35CE74; }
span { border-color: rgb(53,206,116); }
td.TdClassName
{
border-color: #35CE74;
}
.TagClassName
{
border-color: #35CE74;
}
</style>