Shades of Medium Sea Green #35B95C
Tints of Medium Sea Green #35B95C
RGB
CMYK
RGB Variations
Color information
#35B95C (or 0x35B95C) is known color: Medium Sea Green. HEX triplet: 35, B9 and 5C. RGB value is (53,185,92). Sum of RGB (Red+Green+Blue) = 53+185+92=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 185 (72.66% from 255 or 56.06% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 185 - color contains mainly: green. Hex color #35B95C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35B95C is #CA46A3. Grayscale: #878787. Windows color (decimal): -13256356 or 6076725. OLE color: 6076725.
HSL color Cylindrical-coordinate representation of color #35B95C: hue angle of 137.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B95C is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 185 | 92 | - |
| CMYK | 0.71 | 0 | 0.50 | 0.27 |
| HSL | 137.73º | 0.55% | 0.47% | - |
| HSV(B) | 137.73º | 0.71% | 0.73% | - |
| XYZ | 20.75 | 36.23 | 16.02 | - |
| YUV | 134.93 | 103.77 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 185 | 92 | 0.71 | 0 | 0.50 | 0.27 | 137.73 | 0.55 | 0.47 |
| Hex | 35 | B9 | 5C | 47 | 0 | 32 | 1B | 8A | 37 | 2F |
| Octal | 65 | 271 | 134 | 107 | 0 | 62 | 33 | 212 | 67 | 57 |
| Binary | 110101 | 10111001 | 1011100 | 1000111 | 0 | 110010 | 11011 | 10001010 | 110111 | 101111 |
Color Harmonies of #35B95C
Complementary color
Monochromatic Colors of #35B95C
Black with #35B95C
Text Example
Text Example
White with #35B95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B95C; }
p { color: rgb(53,185,92); }
H1.HeaderClassName
{
color: #35B95C;
}
.AnyTagClassName
{
color: #35B95C;
}
</style>
background-color css
<style>
a { background-color: #35B95C; }
a { background-color: rgb(53,185,92); }
div.DivClassName
{
background-color: #35B95C;
}
.BgClassName
{
background-color: #35B95C;
}
</style>
border-color css
<style>
span { border-color: #35B95C; }
span { border-color: rgb(53,185,92); }
td.TdClassName
{
border-color: #35B95C;
}
.TagClassName
{
border-color: #35B95C;
}
</style>