Shades of Dark Sea Green #86AB83
Tints of Dark Sea Green #86AB83
RGB
CMYK
RGB Variations
Color information
#86AB83 (or 0x86AB83) is known color: Dark Sea Green. HEX triplet: 86, AB and 83. RGB value is (134,171,131). Sum of RGB (Red+Green+Blue) = 134+171+131=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AB83 is #79547C. Grayscale: #9B9B9B. Windows color (decimal): -7951485 or 8629126. OLE color: 8629126.
HSL color Cylindrical-coordinate representation of color #86AB83: hue angle of 115.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86AB83 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 171 | 131 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.33 |
| HSL | 115.5º | 0.19% | 0.59% | - |
| HSV(B) | 115.5º | 0.23% | 0.67% | - |
| XYZ | 28.49 | 35.83 | 26.89 | - |
| YUV | 155.38 | 114.24 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 171 | 131 | 0.22 | 0 | 0.23 | 0.33 | 115.5 | 0.19 | 0.59 |
| Hex | 86 | AB | 83 | 16 | 0 | 17 | 21 | 74 | 13 | 3B |
| Octal | 206 | 253 | 203 | 26 | 0 | 27 | 41 | 164 | 23 | 73 |
| Binary | 10000110 | 10101011 | 10000011 | 10110 | 0 | 10111 | 100001 | 1110100 | 10011 | 111011 |
Color Harmonies of #86AB83
Complementary color
Monochromatic Colors of #86AB83
Black with #86AB83
Text Example
Text Example
White with #86AB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AB83; }
p { color: rgb(134,171,131); }
H1.HeaderClassName
{
color: #86AB83;
}
.AnyTagClassName
{
color: #86AB83;
}
</style>
background-color css
<style>
a { background-color: #86AB83; }
a { background-color: rgb(134,171,131); }
div.DivClassName
{
background-color: #86AB83;
}
.BgClassName
{
background-color: #86AB83;
}
</style>
border-color css
<style>
span { border-color: #86AB83; }
span { border-color: rgb(134,171,131); }
td.TdClassName
{
border-color: #86AB83;
}
.TagClassName
{
border-color: #86AB83;
}
</style>