Shades of Medium Sea Green #32AF6D
Tints of Medium Sea Green #32AF6D
RGB
CMYK
RGB Variations
Color information
#32AF6D (or 0x32AF6D) is known color: Medium Sea Green. HEX triplet: 32, AF and 6D. RGB value is (50,175,109). Sum of RGB (Red+Green+Blue) = 50+175+109=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AF6D is #CD5092. Grayscale: #828282. Windows color (decimal): -13455507 or 7188274. OLE color: 7188274.
HSL color Cylindrical-coordinate representation of color #32AF6D: hue angle of 148.32º 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 #32AF6D is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 109 | - |
| CMYK | 0.71 | 0 | 0.38 | 0.31 |
| HSL | 148.32º | 0.56% | 0.44% | - |
| HSV(B) | 148.32º | 0.71% | 0.69% | - |
| XYZ | 19.41 | 32.44 | 19.71 | - |
| YUV | 130.1 | 116.09 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 109 | 0.71 | 0 | 0.38 | 0.31 | 148.32 | 0.56 | 0.44 |
| Hex | 32 | AF | 6D | 47 | 0 | 26 | 1F | 94 | 38 | 2C |
| Octal | 62 | 257 | 155 | 107 | 0 | 46 | 37 | 224 | 70 | 54 |
| Binary | 110010 | 10101111 | 1101101 | 1000111 | 0 | 100110 | 11111 | 10010100 | 111000 | 101100 |
Color Harmonies of #32AF6D
Complementary color
Monochromatic Colors of #32AF6D
Black with #32AF6D
Text Example
Text Example
White with #32AF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF6D; }
p { color: rgb(50,175,109); }
H1.HeaderClassName
{
color: #32AF6D;
}
.AnyTagClassName
{
color: #32AF6D;
}
</style>
background-color css
<style>
a { background-color: #32AF6D; }
a { background-color: rgb(50,175,109); }
div.DivClassName
{
background-color: #32AF6D;
}
.BgClassName
{
background-color: #32AF6D;
}
</style>
border-color css
<style>
span { border-color: #32AF6D; }
span { border-color: rgb(50,175,109); }
td.TdClassName
{
border-color: #32AF6D;
}
.TagClassName
{
border-color: #32AF6D;
}
</style>