Shades of Sea Green #32875C
Tints of Sea Green #32875C
RGB
CMYK
RGB Variations
Color information
#32875C (or 0x32875C) is known color: Sea Green. HEX triplet: 32, 87 and 5C. RGB value is (50,135,92). Sum of RGB (Red+Green+Blue) = 50+135+92=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 135 - color contains mainly: green. Hex color #32875C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32875C is #CD78A3. Grayscale: #686868. Windows color (decimal): -13465764 or 6063922. OLE color: 6063922.
HSL color Cylindrical-coordinate representation of color #32875C: hue angle of 149.65º 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 #32875C is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 135 | 92 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.47 |
| HSL | 149.65º | 0.46% | 0.36% | - |
| HSV(B) | 149.65º | 0.63% | 0.53% | - |
| XYZ | 11.91 | 18.78 | 13.12 | - |
| YUV | 104.68 | 120.84 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 135 | 92 | 0.63 | 0 | 0.32 | 0.47 | 149.65 | 0.46 | 0.36 |
| Hex | 32 | 87 | 5C | 3F | 0 | 20 | 2F | 96 | 2E | 24 |
| Octal | 62 | 207 | 134 | 77 | 0 | 40 | 57 | 226 | 56 | 44 |
| Binary | 110010 | 10000111 | 1011100 | 111111 | 0 | 100000 | 101111 | 10010110 | 101110 | 100100 |
Color Harmonies of #32875C
Complementary color
Monochromatic Colors of #32875C
Black with #32875C
Text Example
Text Example
White with #32875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32875C; }
p { color: rgb(50,135,92); }
H1.HeaderClassName
{
color: #32875C;
}
.AnyTagClassName
{
color: #32875C;
}
</style>
background-color css
<style>
a { background-color: #32875C; }
a { background-color: rgb(50,135,92); }
div.DivClassName
{
background-color: #32875C;
}
.BgClassName
{
background-color: #32875C;
}
</style>
border-color css
<style>
span { border-color: #32875C; }
span { border-color: rgb(50,135,92); }
td.TdClassName
{
border-color: #32875C;
}
.TagClassName
{
border-color: #32875C;
}
</style>