Shades of Sea Green #20865B
Tints of Sea Green #20865B
RGB
CMYK
RGB Variations
Color information
#20865B (or 0x20865B) is known color: Sea Green. HEX triplet: 20, 86 and 5B. RGB value is (32,134,91). Sum of RGB (Red+Green+Blue) = 32+134+91=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #20865B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20865B is #DF79A4. Grayscale: #626262. Windows color (decimal): -14645669 or 5998112. OLE color: 5998112.
HSL color Cylindrical-coordinate representation of color #20865B: hue angle of 154.71º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20865B is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 134 | 91 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.47 |
| HSL | 154.71º | 0.61% | 0.33% | - |
| HSV(B) | 154.71º | 0.76% | 0.53% | - |
| XYZ | 11.01 | 18.11 | 12.81 | - |
| YUV | 98.6 | 123.71 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 134 | 91 | 0.76 | 0 | 0.32 | 0.47 | 154.71 | 0.61 | 0.33 |
| Hex | 20 | 86 | 5B | 4C | 0 | 20 | 2F | 9B | 3D | 21 |
| Octal | 40 | 206 | 133 | 114 | 0 | 40 | 57 | 233 | 75 | 41 |
| Binary | 100000 | 10000110 | 1011011 | 1001100 | 0 | 100000 | 101111 | 10011011 | 111101 | 100001 |
Color Harmonies of #20865B
Complementary color
Monochromatic Colors of #20865B
Black with #20865B
Text Example
Text Example
White with #20865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20865B; }
p { color: rgb(32,134,91); }
H1.HeaderClassName
{
color: #20865B;
}
.AnyTagClassName
{
color: #20865B;
}
</style>
background-color css
<style>
a { background-color: #20865B; }
a { background-color: rgb(32,134,91); }
div.DivClassName
{
background-color: #20865B;
}
.BgClassName
{
background-color: #20865B;
}
</style>
border-color css
<style>
span { border-color: #20865B; }
span { border-color: rgb(32,134,91); }
td.TdClassName
{
border-color: #20865B;
}
.TagClassName
{
border-color: #20865B;
}
</style>