Shades of Dark Sea Green #83B585
Tints of Dark Sea Green #83B585
RGB
CMYK
RGB Variations
Color information
#83B585 (or 0x83B585) is known color: Dark Sea Green. HEX triplet: 83, B5 and 85. RGB value is (131,181,133). Sum of RGB (Red+Green+Blue) = 131+181+133=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 181 - color contains mainly: green. Hex color #83B585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B585 is #7C4A7A. Grayscale: #A0A0A0. Windows color (decimal): -8145531 or 8762755. OLE color: 8762755.
HSL color Cylindrical-coordinate representation of color #83B585: hue angle of 122.4º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83B585 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 181 | 133 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.29 |
| HSL | 122.4º | 0.25% | 0.61% | - |
| HSV(B) | 122.4º | 0.28% | 0.71% | - |
| XYZ | 30.12 | 39.57 | 28.24 | - |
| YUV | 160.58 | 112.44 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 181 | 133 | 0.28 | 0 | 0.27 | 0.29 | 122.4 | 0.25 | 0.61 |
| Hex | 83 | B5 | 85 | 1C | 0 | 1B | 1D | 7A | 19 | 3D |
| Octal | 203 | 265 | 205 | 34 | 0 | 33 | 35 | 172 | 31 | 75 |
| Binary | 10000011 | 10110101 | 10000101 | 11100 | 0 | 11011 | 11101 | 1111010 | 11001 | 111101 |
Color Harmonies of #83B585
Complementary color
Monochromatic Colors of #83B585
Black with #83B585
Text Example
Text Example
White with #83B585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B585; }
p { color: rgb(131,181,133); }
H1.HeaderClassName
{
color: #83B585;
}
.AnyTagClassName
{
color: #83B585;
}
</style>
background-color css
<style>
a { background-color: #83B585; }
a { background-color: rgb(131,181,133); }
div.DivClassName
{
background-color: #83B585;
}
.BgClassName
{
background-color: #83B585;
}
</style>
border-color css
<style>
span { border-color: #83B585; }
span { border-color: rgb(131,181,133); }
td.TdClassName
{
border-color: #83B585;
}
.TagClassName
{
border-color: #83B585;
}
</style>