Shades of Sea Green #32875B
Tints of Sea Green #32875B
RGB
CMYK
RGB Variations
Color information
#32875B (or 0x32875B) is known color: Sea Green. HEX triplet: 32, 87 and 5B. RGB value is (50,135,91). Sum of RGB (Red+Green+Blue) = 50+135+91=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 135 - color contains mainly: green. Hex color #32875B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32875B is #CD78A4. Grayscale: #686868. Windows color (decimal): -13465765 or 5998386. OLE color: 5998386.
HSL color Cylindrical-coordinate representation of color #32875B: hue angle of 148.94º 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 #32875B is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 135 | 91 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.47 |
| HSL | 148.94º | 0.46% | 0.36% | - |
| HSV(B) | 148.94º | 0.63% | 0.53% | - |
| XYZ | 11.87 | 18.76 | 12.89 | - |
| YUV | 104.57 | 120.34 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 135 | 91 | 0.63 | 0 | 0.33 | 0.47 | 148.94 | 0.46 | 0.36 |
| Hex | 32 | 87 | 5B | 3F | 0 | 21 | 2F | 95 | 2E | 24 |
| Octal | 62 | 207 | 133 | 77 | 0 | 41 | 57 | 225 | 56 | 44 |
| Binary | 110010 | 10000111 | 1011011 | 111111 | 0 | 100001 | 101111 | 10010101 | 101110 | 100100 |
Color Harmonies of #32875B
Complementary color
Monochromatic Colors of #32875B
Black with #32875B
Text Example
Text Example
White with #32875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32875B; }
p { color: rgb(50,135,91); }
H1.HeaderClassName
{
color: #32875B;
}
.AnyTagClassName
{
color: #32875B;
}
</style>
background-color css
<style>
a { background-color: #32875B; }
a { background-color: rgb(50,135,91); }
div.DivClassName
{
background-color: #32875B;
}
.BgClassName
{
background-color: #32875B;
}
</style>
border-color css
<style>
span { border-color: #32875B; }
span { border-color: rgb(50,135,91); }
td.TdClassName
{
border-color: #32875B;
}
.TagClassName
{
border-color: #32875B;
}
</style>