Shades of Medium Sea Green #35BB60
Tints of Medium Sea Green #35BB60
RGB
CMYK
RGB Variations
Color information
#35BB60 (or 0x35BB60) is known color: Medium Sea Green. HEX triplet: 35, BB and 60. RGB value is (53,187,96). Sum of RGB (Red+Green+Blue) = 53+187+96=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 187 (73.44% from 255 or 55.65% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 187 - color contains mainly: green. Hex color #35BB60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BB60 is #CA449F. Grayscale: #888888. Windows color (decimal): -13255840 or 6339381. OLE color: 6339381.
HSL color Cylindrical-coordinate representation of color #35BB60: hue angle of 139.25º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BB60 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 187 | 96 | - |
| CMYK | 0.72 | 0 | 0.49 | 0.27 |
| HSL | 139.25º | 0.56% | 0.47% | - |
| HSV(B) | 139.25º | 0.72% | 0.73% | - |
| XYZ | 21.35 | 37.14 | 17.11 | - |
| YUV | 136.56 | 105.11 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 187 | 96 | 0.72 | 0 | 0.49 | 0.27 | 139.25 | 0.56 | 0.47 |
| Hex | 35 | BB | 60 | 48 | 0 | 31 | 1B | 8B | 38 | 2F |
| Octal | 65 | 273 | 140 | 110 | 0 | 61 | 33 | 213 | 70 | 57 |
| Binary | 110101 | 10111011 | 1100000 | 1001000 | 0 | 110001 | 11011 | 10001011 | 111000 | 101111 |
Color Harmonies of #35BB60
Complementary color
Monochromatic Colors of #35BB60
Black with #35BB60
Text Example
Text Example
White with #35BB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BB60; }
p { color: rgb(53,187,96); }
H1.HeaderClassName
{
color: #35BB60;
}
.AnyTagClassName
{
color: #35BB60;
}
</style>
background-color css
<style>
a { background-color: #35BB60; }
a { background-color: rgb(53,187,96); }
div.DivClassName
{
background-color: #35BB60;
}
.BgClassName
{
background-color: #35BB60;
}
</style>
border-color css
<style>
span { border-color: #35BB60; }
span { border-color: rgb(53,187,96); }
td.TdClassName
{
border-color: #35BB60;
}
.TagClassName
{
border-color: #35BB60;
}
</style>