Shades of Medium Sea Green #32AF76
Tints of Medium Sea Green #32AF76
RGB
CMYK
RGB Variations
Color information
#32AF76 (or 0x32AF76) is known color: Medium Sea Green. HEX triplet: 32, AF and 76. RGB value is (50,175,118). Sum of RGB (Red+Green+Blue) = 50+175+118=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AF76 is #CD5089. Grayscale: #838383. Windows color (decimal): -13455498 or 7778098. OLE color: 7778098.
HSL color Cylindrical-coordinate representation of color #32AF76: hue angle of 152.64º 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 #32AF76 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 118 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.31 |
| HSL | 152.64º | 0.56% | 0.44% | - |
| HSV(B) | 152.64º | 0.71% | 0.69% | - |
| XYZ | 19.92 | 32.65 | 22.39 | - |
| YUV | 131.13 | 120.59 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 118 | 0.71 | 0 | 0.33 | 0.31 | 152.64 | 0.56 | 0.44 |
| Hex | 32 | AF | 76 | 47 | 0 | 21 | 1F | 99 | 38 | 2C |
| Octal | 62 | 257 | 166 | 107 | 0 | 41 | 37 | 231 | 70 | 54 |
| Binary | 110010 | 10101111 | 1110110 | 1000111 | 0 | 100001 | 11111 | 10011001 | 111000 | 101100 |
Color Harmonies of #32AF76
Complementary color
Monochromatic Colors of #32AF76
Black with #32AF76
Text Example
Text Example
White with #32AF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF76; }
p { color: rgb(50,175,118); }
H1.HeaderClassName
{
color: #32AF76;
}
.AnyTagClassName
{
color: #32AF76;
}
</style>
background-color css
<style>
a { background-color: #32AF76; }
a { background-color: rgb(50,175,118); }
div.DivClassName
{
background-color: #32AF76;
}
.BgClassName
{
background-color: #32AF76;
}
</style>
border-color css
<style>
span { border-color: #32AF76; }
span { border-color: rgb(50,175,118); }
td.TdClassName
{
border-color: #32AF76;
}
.TagClassName
{
border-color: #32AF76;
}
</style>