Shades of Medium Sea Green #35A373
Tints of Medium Sea Green #35A373
RGB
CMYK
RGB Variations
Color information
#35A373 (or 0x35A373) is known color: Medium Sea Green. HEX triplet: 35, A3 and 73. RGB value is (53,163,115). Sum of RGB (Red+Green+Blue) = 53+163+115=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 163 (64.06% from 255 or 49.24% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 163 - color contains mainly: green. Hex color #35A373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A373 is #CA5C8C. Grayscale: #7C7C7C. Windows color (decimal): -13261965 or 7578421. OLE color: 7578421.
HSL color Cylindrical-coordinate representation of color #35A373: hue angle of 153.82º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A373 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 163 | 115 | - |
| CMYK | 0.67 | 0 | 0.29 | 0.36 |
| HSL | 153.82º | 0.51% | 0.42% | - |
| HSV(B) | 153.82º | 0.67% | 0.64% | - |
| XYZ | 17.66 | 28.19 | 20.73 | - |
| YUV | 124.64 | 122.56 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 163 | 115 | 0.67 | 0 | 0.29 | 0.36 | 153.82 | 0.51 | 0.42 |
| Hex | 35 | A3 | 73 | 43 | 0 | 1D | 24 | 9A | 33 | 2A |
| Octal | 65 | 243 | 163 | 103 | 0 | 35 | 44 | 232 | 63 | 52 |
| Binary | 110101 | 10100011 | 1110011 | 1000011 | 0 | 11101 | 100100 | 10011010 | 110011 | 101010 |
Color Harmonies of #35A373
Complementary color
Monochromatic Colors of #35A373
Black with #35A373
Text Example
Text Example
White with #35A373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A373; }
p { color: rgb(53,163,115); }
H1.HeaderClassName
{
color: #35A373;
}
.AnyTagClassName
{
color: #35A373;
}
</style>
background-color css
<style>
a { background-color: #35A373; }
a { background-color: rgb(53,163,115); }
div.DivClassName
{
background-color: #35A373;
}
.BgClassName
{
background-color: #35A373;
}
</style>
border-color css
<style>
span { border-color: #35A373; }
span { border-color: rgb(53,163,115); }
td.TdClassName
{
border-color: #35A373;
}
.TagClassName
{
border-color: #35A373;
}
</style>