Shades of Sea Green #209255
Tints of Sea Green #209255
RGB
CMYK
RGB Variations
Color information
#209255 (or 0x209255) is known color: Sea Green. HEX triplet: 20, 92 and 55. RGB value is (32,146,85). Sum of RGB (Red+Green+Blue) = 32+146+85=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 146 (57.42% from 255 or 55.51% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 146 - color contains mainly: green. Hex color #209255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209255 is #DF6DAA. Grayscale: #696969. Windows color (decimal): -14642603 or 5607968. OLE color: 5607968.
HSL color Cylindrical-coordinate representation of color #209255: hue angle of 147.89º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209255 is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 146 | 85 | - |
| CMYK | 0.78 | 0 | 0.42 | 0.43 |
| HSL | 147.89º | 0.64% | 0.35% | - |
| HSV(B) | 147.89º | 0.78% | 0.57% | - |
| XYZ | 12.51 | 21.52 | 12.09 | - |
| YUV | 104.96 | 116.73 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 146 | 85 | 0.78 | 0 | 0.42 | 0.43 | 147.89 | 0.64 | 0.35 |
| Hex | 20 | 92 | 55 | 4E | 0 | 2A | 2B | 94 | 40 | 23 |
| Octal | 40 | 222 | 125 | 116 | 0 | 52 | 53 | 224 | 100 | 43 |
| Binary | 100000 | 10010010 | 1010101 | 1001110 | 0 | 101010 | 101011 | 10010100 | 1000000 | 100011 |
Color Harmonies of #209255
Complementary color
Monochromatic Colors of #209255
Black with #209255
Text Example
Text Example
White with #209255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209255; }
p { color: rgb(32,146,85); }
H1.HeaderClassName
{
color: #209255;
}
.AnyTagClassName
{
color: #209255;
}
</style>
background-color css
<style>
a { background-color: #209255; }
a { background-color: rgb(32,146,85); }
div.DivClassName
{
background-color: #209255;
}
.BgClassName
{
background-color: #209255;
}
</style>
border-color css
<style>
span { border-color: #209255; }
span { border-color: rgb(32,146,85); }
td.TdClassName
{
border-color: #209255;
}
.TagClassName
{
border-color: #209255;
}
</style>