Shades of Sea Green #328A5C
Tints of Sea Green #328A5C
RGB
CMYK
RGB Variations
Color information
#328A5C (or 0x328A5C) is known color: Sea Green. HEX triplet: 32, 8A and 5C. RGB value is (50,138,92). Sum of RGB (Red+Green+Blue) = 50+138+92=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 138 (54.30% from 255 or 49.29% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 138 - color contains mainly: green. Hex color #328A5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328A5C is #CD75A3. Grayscale: #6A6A6A. Windows color (decimal): -13464996 or 6064690. OLE color: 6064690.
HSL color Cylindrical-coordinate representation of color #328A5C: hue angle of 148.64º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328A5C is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 138 | 92 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.46 |
| HSL | 148.64º | 0.47% | 0.37% | - |
| HSV(B) | 148.64º | 0.64% | 0.54% | - |
| XYZ | 12.34 | 19.63 | 13.26 | - |
| YUV | 106.44 | 119.85 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 138 | 92 | 0.64 | 0 | 0.33 | 0.46 | 148.64 | 0.47 | 0.37 |
| Hex | 32 | 8A | 5C | 40 | 0 | 21 | 2E | 95 | 2F | 25 |
| Octal | 62 | 212 | 134 | 100 | 0 | 41 | 56 | 225 | 57 | 45 |
| Binary | 110010 | 10001010 | 1011100 | 1000000 | 0 | 100001 | 101110 | 10010101 | 101111 | 100101 |
Color Harmonies of #328A5C
Complementary color
Monochromatic Colors of #328A5C
Black with #328A5C
Text Example
Text Example
White with #328A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328A5C; }
p { color: rgb(50,138,92); }
H1.HeaderClassName
{
color: #328A5C;
}
.AnyTagClassName
{
color: #328A5C;
}
</style>
background-color css
<style>
a { background-color: #328A5C; }
a { background-color: rgb(50,138,92); }
div.DivClassName
{
background-color: #328A5C;
}
.BgClassName
{
background-color: #328A5C;
}
</style>
border-color css
<style>
span { border-color: #328A5C; }
span { border-color: rgb(50,138,92); }
td.TdClassName
{
border-color: #328A5C;
}
.TagClassName
{
border-color: #328A5C;
}
</style>