Shades of Dark Sea Green #86BD90
Tints of Dark Sea Green #86BD90
RGB
CMYK
RGB Variations
Color information
#86BD90 (or 0x86BD90) is known color: Dark Sea Green. HEX triplet: 86, BD and 90. RGB value is (134,189,144). Sum of RGB (Red+Green+Blue) = 134+189+144=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BD90 is #79426F. Grayscale: #A7A7A7. Windows color (decimal): -7946864 or 9485702. OLE color: 9485702.
HSL color Cylindrical-coordinate representation of color #86BD90: hue angle of 130.91º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BD90 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 189 | 144 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.26 |
| HSL | 130.91º | 0.29% | 0.63% | - |
| HSV(B) | 130.91º | 0.29% | 0.74% | - |
| XYZ | 33.06 | 43.48 | 33.03 | - |
| YUV | 167.43 | 114.78 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 144 | 0.29 | 0 | 0.24 | 0.26 | 130.91 | 0.29 | 0.63 |
| Hex | 86 | BD | 90 | 1D | 0 | 18 | 1A | 83 | 1D | 3F |
| Octal | 206 | 275 | 220 | 35 | 0 | 30 | 32 | 203 | 35 | 77 |
| Binary | 10000110 | 10111101 | 10010000 | 11101 | 0 | 11000 | 11010 | 10000011 | 11101 | 111111 |
Color Harmonies of #86BD90
Complementary color
Monochromatic Colors of #86BD90
Black with #86BD90
Text Example
Text Example
White with #86BD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BD90; }
p { color: rgb(134,189,144); }
H1.HeaderClassName
{
color: #86BD90;
}
.AnyTagClassName
{
color: #86BD90;
}
</style>
background-color css
<style>
a { background-color: #86BD90; }
a { background-color: rgb(134,189,144); }
div.DivClassName
{
background-color: #86BD90;
}
.BgClassName
{
background-color: #86BD90;
}
</style>
border-color css
<style>
span { border-color: #86BD90; }
span { border-color: rgb(134,189,144); }
td.TdClassName
{
border-color: #86BD90;
}
.TagClassName
{
border-color: #86BD90;
}
</style>