Shades of Medium Sea Green #35AB64
Tints of Medium Sea Green #35AB64
RGB
CMYK
RGB Variations
Color information
#35AB64 (or 0x35AB64) is known color: Medium Sea Green. HEX triplet: 35, AB and 64. RGB value is (53,171,100). Sum of RGB (Red+Green+Blue) = 53+171+100=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #35AB64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AB64 is #CA549B. Grayscale: #7F7F7F. Windows color (decimal): -13259932 or 6597429. OLE color: 6597429.
HSL color Cylindrical-coordinate representation of color #35AB64: hue angle of 143.9º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AB64 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 171 | 100 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.33 |
| HSL | 143.9º | 0.53% | 0.44% | - |
| HSV(B) | 143.9º | 0.69% | 0.67% | - |
| XYZ | 18.33 | 30.8 | 17.04 | - |
| YUV | 127.62 | 112.41 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 171 | 100 | 0.69 | 0 | 0.42 | 0.33 | 143.9 | 0.53 | 0.44 |
| Hex | 35 | AB | 64 | 45 | 0 | 2A | 21 | 90 | 35 | 2C |
| Octal | 65 | 253 | 144 | 105 | 0 | 52 | 41 | 220 | 65 | 54 |
| Binary | 110101 | 10101011 | 1100100 | 1000101 | 0 | 101010 | 100001 | 10010000 | 110101 | 101100 |
Color Harmonies of #35AB64
Complementary color
Monochromatic Colors of #35AB64
Black with #35AB64
Text Example
Text Example
White with #35AB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35AB64; }
p { color: rgb(53,171,100); }
H1.HeaderClassName
{
color: #35AB64;
}
.AnyTagClassName
{
color: #35AB64;
}
</style>
background-color css
<style>
a { background-color: #35AB64; }
a { background-color: rgb(53,171,100); }
div.DivClassName
{
background-color: #35AB64;
}
.BgClassName
{
background-color: #35AB64;
}
</style>
border-color css
<style>
span { border-color: #35AB64; }
span { border-color: rgb(53,171,100); }
td.TdClassName
{
border-color: #35AB64;
}
.TagClassName
{
border-color: #35AB64;
}
</style>