Shades of Sea Green #32865D
Tints of Sea Green #32865D
RGB
CMYK
RGB Variations
Color information
#32865D (or 0x32865D) is known color: Sea Green. HEX triplet: 32, 86 and 5D. RGB value is (50,134,93). Sum of RGB (Red+Green+Blue) = 50+134+93=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 134 - color contains mainly: green. Hex color #32865D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32865D is #CD79A2. Grayscale: #686868. Windows color (decimal): -13466019 or 6129202. OLE color: 6129202.
HSL color Cylindrical-coordinate representation of color #32865D: hue angle of 150.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32865D is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 134 | 93 | - |
| CMYK | 0.63 | 0 | 0.31 | 0.47 |
| HSL | 150.71º | 0.46% | 0.36% | - |
| HSV(B) | 150.71º | 0.63% | 0.53% | - |
| XYZ | 11.82 | 18.52 | 13.31 | - |
| YUV | 104.21 | 121.67 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 134 | 93 | 0.63 | 0 | 0.31 | 0.47 | 150.71 | 0.46 | 0.36 |
| Hex | 32 | 86 | 5D | 3F | 0 | 1F | 2F | 97 | 2E | 24 |
| Octal | 62 | 206 | 135 | 77 | 0 | 37 | 57 | 227 | 56 | 44 |
| Binary | 110010 | 10000110 | 1011101 | 111111 | 0 | 11111 | 101111 | 10010111 | 101110 | 100100 |
Color Harmonies of #32865D
Complementary color
Monochromatic Colors of #32865D
Black with #32865D
Text Example
Text Example
White with #32865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32865D; }
p { color: rgb(50,134,93); }
H1.HeaderClassName
{
color: #32865D;
}
.AnyTagClassName
{
color: #32865D;
}
</style>
background-color css
<style>
a { background-color: #32865D; }
a { background-color: rgb(50,134,93); }
div.DivClassName
{
background-color: #32865D;
}
.BgClassName
{
background-color: #32865D;
}
</style>
border-color css
<style>
span { border-color: #32865D; }
span { border-color: rgb(50,134,93); }
td.TdClassName
{
border-color: #32865D;
}
.TagClassName
{
border-color: #32865D;
}
</style>