Shades of Dark Sea Green #83B07F
Tints of Dark Sea Green #83B07F
RGB
CMYK
RGB Variations
Color information
#83B07F (or 0x83B07F) is known color: Dark Sea Green. HEX triplet: 83, B0 and 7F. RGB value is (131,176,127). Sum of RGB (Red+Green+Blue) = 131+176+127=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 176 - color contains mainly: green. Hex color #83B07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B07F is #7C4F80. Grayscale: #9D9D9D. Windows color (decimal): -8146817 or 8368259. OLE color: 8368259.
HSL color Cylindrical-coordinate representation of color #83B07F: hue angle of 115.1º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83B07F is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 176 | 127 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.31 |
| HSL | 115.1º | 0.24% | 0.59% | - |
| HSV(B) | 115.1º | 0.28% | 0.69% | - |
| XYZ | 28.72 | 37.41 | 25.79 | - |
| YUV | 156.96 | 111.09 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 176 | 127 | 0.26 | 0 | 0.28 | 0.31 | 115.1 | 0.24 | 0.59 |
| Hex | 83 | B0 | 7F | 1A | 0 | 1C | 1F | 73 | 18 | 3B |
| Octal | 203 | 260 | 177 | 32 | 0 | 34 | 37 | 163 | 30 | 73 |
| Binary | 10000011 | 10110000 | 1111111 | 11010 | 0 | 11100 | 11111 | 1110011 | 11000 | 111011 |
Color Harmonies of #83B07F
Complementary color
Monochromatic Colors of #83B07F
Black with #83B07F
Text Example
Text Example
White with #83B07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B07F; }
p { color: rgb(131,176,127); }
H1.HeaderClassName
{
color: #83B07F;
}
.AnyTagClassName
{
color: #83B07F;
}
</style>
background-color css
<style>
a { background-color: #83B07F; }
a { background-color: rgb(131,176,127); }
div.DivClassName
{
background-color: #83B07F;
}
.BgClassName
{
background-color: #83B07F;
}
</style>
border-color css
<style>
span { border-color: #83B07F; }
span { border-color: rgb(131,176,127); }
td.TdClassName
{
border-color: #83B07F;
}
.TagClassName
{
border-color: #83B07F;
}
</style>