Shades of Dark Sea Green #83B07E
Tints of Dark Sea Green #83B07E
RGB
CMYK
RGB Variations
Color information
#83B07E (or 0x83B07E) is known color: Dark Sea Green. HEX triplet: 83, B0 and 7E. RGB value is (131,176,126). Sum of RGB (Red+Green+Blue) = 131+176+126=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 176 - color contains mainly: green. Hex color #83B07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B07E is #7C4F81. Grayscale: #9D9D9D. Windows color (decimal): -8146818 or 8302723. OLE color: 8302723.
HSL color Cylindrical-coordinate representation of color #83B07E: hue angle of 114º 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 #83B07E is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 176 | 126 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.31 |
| HSL | 114º | 0.24% | 0.59% | - |
| HSV(B) | 114º | 0.28% | 0.69% | - |
| XYZ | 28.65 | 37.38 | 25.44 | - |
| YUV | 156.85 | 110.59 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 176 | 126 | 0.26 | 0 | 0.28 | 0.31 | 114 | 0.24 | 0.59 |
| Hex | 83 | B0 | 7E | 1A | 0 | 1C | 1F | 72 | 18 | 3B |
| Octal | 203 | 260 | 176 | 32 | 0 | 34 | 37 | 162 | 30 | 73 |
| Binary | 10000011 | 10110000 | 1111110 | 11010 | 0 | 11100 | 11111 | 1110010 | 11000 | 111011 |
Color Harmonies of #83B07E
Complementary color
Monochromatic Colors of #83B07E
Black with #83B07E
Text Example
Text Example
White with #83B07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B07E; }
p { color: rgb(131,176,126); }
H1.HeaderClassName
{
color: #83B07E;
}
.AnyTagClassName
{
color: #83B07E;
}
</style>
background-color css
<style>
a { background-color: #83B07E; }
a { background-color: rgb(131,176,126); }
div.DivClassName
{
background-color: #83B07E;
}
.BgClassName
{
background-color: #83B07E;
}
</style>
border-color css
<style>
span { border-color: #83B07E; }
span { border-color: rgb(131,176,126); }
td.TdClassName
{
border-color: #83B07E;
}
.TagClassName
{
border-color: #83B07E;
}
</style>