Shades of Dark Sea Green #83B886
Tints of Dark Sea Green #83B886
RGB
CMYK
RGB Variations
Color information
#83B886 (or 0x83B886) is known color: Dark Sea Green. HEX triplet: 83, B8 and 86. RGB value is (131,184,134). Sum of RGB (Red+Green+Blue) = 131+184+134=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 184 - color contains mainly: green. Hex color #83B886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B886 is #7C4779. Grayscale: #A2A2A2. Windows color (decimal): -8144762 or 8829059. OLE color: 8829059.
HSL color Cylindrical-coordinate representation of color #83B886: hue angle of 123.4º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83B886 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 184 | 134 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.28 |
| HSL | 123.4º | 0.27% | 0.62% | - |
| HSV(B) | 123.4º | 0.29% | 0.72% | - |
| XYZ | 30.8 | 40.83 | 28.81 | - |
| YUV | 162.45 | 111.94 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 184 | 134 | 0.29 | 0 | 0.27 | 0.28 | 123.4 | 0.27 | 0.62 |
| Hex | 83 | B8 | 86 | 1D | 0 | 1B | 1C | 7B | 1B | 3E |
| Octal | 203 | 270 | 206 | 35 | 0 | 33 | 34 | 173 | 33 | 76 |
| Binary | 10000011 | 10111000 | 10000110 | 11101 | 0 | 11011 | 11100 | 1111011 | 11011 | 111110 |
Color Harmonies of #83B886
Complementary color
Monochromatic Colors of #83B886
Black with #83B886
Text Example
Text Example
White with #83B886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B886; }
p { color: rgb(131,184,134); }
H1.HeaderClassName
{
color: #83B886;
}
.AnyTagClassName
{
color: #83B886;
}
</style>
background-color css
<style>
a { background-color: #83B886; }
a { background-color: rgb(131,184,134); }
div.DivClassName
{
background-color: #83B886;
}
.BgClassName
{
background-color: #83B886;
}
</style>
border-color css
<style>
span { border-color: #83B886; }
span { border-color: rgb(131,184,134); }
td.TdClassName
{
border-color: #83B886;
}
.TagClassName
{
border-color: #83B886;
}
</style>