Shades of Sea Green #327F60
Tints of Sea Green #327F60
RGB
CMYK
RGB Variations
Color information
#327F60 (or 0x327F60) is known color: Sea Green. HEX triplet: 32, 7F and 60. RGB value is (50,127,96). Sum of RGB (Red+Green+Blue) = 50+127+96=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 127 - color contains mainly: green. Hex color #327F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327F60 is #CD809F. Grayscale: #646464. Windows color (decimal): -13467808 or 6324018. OLE color: 6324018.
HSL color Cylindrical-coordinate representation of color #327F60: hue angle of 155.84º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #327F60 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 127 | 96 | - |
| CMYK | 0.61 | 0 | 0.24 | 0.50 |
| HSL | 155.84º | 0.44% | 0.35% | - |
| HSV(B) | 155.84º | 0.61% | 0.5% | - |
| XYZ | 11.02 | 16.7 | 13.71 | - |
| YUV | 100.44 | 125.49 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 127 | 96 | 0.61 | 0 | 0.24 | 0.50 | 155.84 | 0.44 | 0.35 |
| Hex | 32 | 7F | 60 | 3D | 0 | 18 | 32 | 9C | 2C | 23 |
| Octal | 62 | 177 | 140 | 75 | 0 | 30 | 62 | 234 | 54 | 43 |
| Binary | 110010 | 1111111 | 1100000 | 111101 | 0 | 11000 | 110010 | 10011100 | 101100 | 100011 |
Color Harmonies of #327F60
Complementary color
Monochromatic Colors of #327F60
Black with #327F60
Text Example
Text Example
White with #327F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327F60; }
p { color: rgb(50,127,96); }
H1.HeaderClassName
{
color: #327F60;
}
.AnyTagClassName
{
color: #327F60;
}
</style>
background-color css
<style>
a { background-color: #327F60; }
a { background-color: rgb(50,127,96); }
div.DivClassName
{
background-color: #327F60;
}
.BgClassName
{
background-color: #327F60;
}
</style>
border-color css
<style>
span { border-color: #327F60; }
span { border-color: rgb(50,127,96); }
td.TdClassName
{
border-color: #327F60;
}
.TagClassName
{
border-color: #327F60;
}
</style>