Shades of Medium Sea Green #32B069
Tints of Medium Sea Green #32B069
RGB
CMYK
RGB Variations
Color information
#32B069 (or 0x32B069) is known color: Medium Sea Green. HEX triplet: 32, B0 and 69. RGB value is (50,176,105). Sum of RGB (Red+Green+Blue) = 50+176+105=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 176 (69.14% from 255 or 53.17% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 176 - color contains mainly: green. Hex color #32B069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32B069 is #CD4F96. Grayscale: #828282. Windows color (decimal): -13455255 or 6926386. OLE color: 6926386.
HSL color Cylindrical-coordinate representation of color #32B069: hue angle of 146.19º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B069 is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 176 | 105 | - |
| CMYK | 0.72 | 0 | 0.40 | 0.31 |
| HSL | 146.19º | 0.56% | 0.44% | - |
| HSV(B) | 146.19º | 0.72% | 0.69% | - |
| XYZ | 19.39 | 32.75 | 18.66 | - |
| YUV | 130.23 | 113.76 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 176 | 105 | 0.72 | 0 | 0.40 | 0.31 | 146.19 | 0.56 | 0.44 |
| Hex | 32 | B0 | 69 | 48 | 0 | 28 | 1F | 92 | 38 | 2C |
| Octal | 62 | 260 | 151 | 110 | 0 | 50 | 37 | 222 | 70 | 54 |
| Binary | 110010 | 10110000 | 1101001 | 1001000 | 0 | 101000 | 11111 | 10010010 | 111000 | 101100 |
Color Harmonies of #32B069
Complementary color
Monochromatic Colors of #32B069
Black with #32B069
Text Example
Text Example
White with #32B069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B069; }
p { color: rgb(50,176,105); }
H1.HeaderClassName
{
color: #32B069;
}
.AnyTagClassName
{
color: #32B069;
}
</style>
background-color css
<style>
a { background-color: #32B069; }
a { background-color: rgb(50,176,105); }
div.DivClassName
{
background-color: #32B069;
}
.BgClassName
{
background-color: #32B069;
}
</style>
border-color css
<style>
span { border-color: #32B069; }
span { border-color: rgb(50,176,105); }
td.TdClassName
{
border-color: #32B069;
}
.TagClassName
{
border-color: #32B069;
}
</style>