Shades of Medium Sea Green #32AB78
Tints of Medium Sea Green #32AB78
RGB
CMYK
RGB Variations
Color information
#32AB78 (or 0x32AB78) is known color: Medium Sea Green. HEX triplet: 32, AB and 78. RGB value is (50,171,120). Sum of RGB (Red+Green+Blue) = 50+171+120=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #32AB78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AB78 is #CD5487. Grayscale: #818181. Windows color (decimal): -13456520 or 7908146. OLE color: 7908146.
HSL color Cylindrical-coordinate representation of color #32AB78: hue angle of 154.71º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AB78 is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 171 | 120 | - |
| CMYK | 0.71 | 0 | 0.30 | 0.33 |
| HSL | 154.71º | 0.55% | 0.43% | - |
| HSV(B) | 154.71º | 0.71% | 0.67% | - |
| XYZ | 19.27 | 31.16 | 22.77 | - |
| YUV | 129.01 | 122.91 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 120 | 0.71 | 0 | 0.30 | 0.33 | 154.71 | 0.55 | 0.43 |
| Hex | 32 | AB | 78 | 47 | 0 | 1E | 21 | 9B | 37 | 2B |
| Octal | 62 | 253 | 170 | 107 | 0 | 36 | 41 | 233 | 67 | 53 |
| Binary | 110010 | 10101011 | 1111000 | 1000111 | 0 | 11110 | 100001 | 10011011 | 110111 | 101011 |
Color Harmonies of #32AB78
Complementary color
Monochromatic Colors of #32AB78
Black with #32AB78
Text Example
Text Example
White with #32AB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AB78; }
p { color: rgb(50,171,120); }
H1.HeaderClassName
{
color: #32AB78;
}
.AnyTagClassName
{
color: #32AB78;
}
</style>
background-color css
<style>
a { background-color: #32AB78; }
a { background-color: rgb(50,171,120); }
div.DivClassName
{
background-color: #32AB78;
}
.BgClassName
{
background-color: #32AB78;
}
</style>
border-color css
<style>
span { border-color: #32AB78; }
span { border-color: rgb(50,171,120); }
td.TdClassName
{
border-color: #32AB78;
}
.TagClassName
{
border-color: #32AB78;
}
</style>