Shades of Medium Sea Green #32AF78
Tints of Medium Sea Green #32AF78
RGB
CMYK
RGB Variations
Color information
#32AF78 (or 0x32AF78) is known color: Medium Sea Green. HEX triplet: 32, AF and 78. RGB value is (50,175,120). Sum of RGB (Red+Green+Blue) = 50+175+120=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AF78 is #CD5087. Grayscale: #838383. Windows color (decimal): -13455496 or 7909170. OLE color: 7909170.
HSL color Cylindrical-coordinate representation of color #32AF78: hue angle of 153.6º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AF78 is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 120 | - |
| CMYK | 0.71 | 0 | 0.31 | 0.31 |
| HSL | 153.6º | 0.56% | 0.44% | - |
| HSV(B) | 153.6º | 0.71% | 0.69% | - |
| XYZ | 20.04 | 32.69 | 23.02 | - |
| YUV | 131.36 | 121.59 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 120 | 0.71 | 0 | 0.31 | 0.31 | 153.6 | 0.56 | 0.44 |
| Hex | 32 | AF | 78 | 47 | 0 | 1F | 1F | 9A | 38 | 2C |
| Octal | 62 | 257 | 170 | 107 | 0 | 37 | 37 | 232 | 70 | 54 |
| Binary | 110010 | 10101111 | 1111000 | 1000111 | 0 | 11111 | 11111 | 10011010 | 111000 | 101100 |
Color Harmonies of #32AF78
Complementary color
Monochromatic Colors of #32AF78
Black with #32AF78
Text Example
Text Example
White with #32AF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF78; }
p { color: rgb(50,175,120); }
H1.HeaderClassName
{
color: #32AF78;
}
.AnyTagClassName
{
color: #32AF78;
}
</style>
background-color css
<style>
a { background-color: #32AF78; }
a { background-color: rgb(50,175,120); }
div.DivClassName
{
background-color: #32AF78;
}
.BgClassName
{
background-color: #32AF78;
}
</style>
border-color css
<style>
span { border-color: #32AF78; }
span { border-color: rgb(50,175,120); }
td.TdClassName
{
border-color: #32AF78;
}
.TagClassName
{
border-color: #32AF78;
}
</style>