Shades of Dark Sea Green #86BF8B
Tints of Dark Sea Green #86BF8B
RGB
CMYK
RGB Variations
Color information
#86BF8B (or 0x86BF8B) is known color: Dark Sea Green. HEX triplet: 86, BF and 8B. RGB value is (134,191,139). Sum of RGB (Red+Green+Blue) = 134+191+139=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BF8B is #794074. Grayscale: #A8A8A8. Windows color (decimal): -7946357 or 9158534. OLE color: 9158534.
HSL color Cylindrical-coordinate representation of color #86BF8B: hue angle of 125.26º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86BF8B is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 191 | 139 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.25 |
| HSL | 125.26º | 0.31% | 0.64% | - |
| HSV(B) | 125.26º | 0.3% | 0.75% | - |
| XYZ | 33.12 | 44.19 | 31.21 | - |
| YUV | 168.03 | 111.62 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 191 | 139 | 0.30 | 0 | 0.27 | 0.25 | 125.26 | 0.31 | 0.64 |
| Hex | 86 | BF | 8B | 1E | 0 | 1B | 19 | 7D | 1F | 40 |
| Octal | 206 | 277 | 213 | 36 | 0 | 33 | 31 | 175 | 37 | 100 |
| Binary | 10000110 | 10111111 | 10001011 | 11110 | 0 | 11011 | 11001 | 1111101 | 11111 | 1000000 |
Color Harmonies of #86BF8B
Complementary color
Monochromatic Colors of #86BF8B
Black with #86BF8B
Text Example
Text Example
White with #86BF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BF8B; }
p { color: rgb(134,191,139); }
H1.HeaderClassName
{
color: #86BF8B;
}
.AnyTagClassName
{
color: #86BF8B;
}
</style>
background-color css
<style>
a { background-color: #86BF8B; }
a { background-color: rgb(134,191,139); }
div.DivClassName
{
background-color: #86BF8B;
}
.BgClassName
{
background-color: #86BF8B;
}
</style>
border-color css
<style>
span { border-color: #86BF8B; }
span { border-color: rgb(134,191,139); }
td.TdClassName
{
border-color: #86BF8B;
}
.TagClassName
{
border-color: #86BF8B;
}
</style>