Shades of Summer Green #86BEA0
Tints of Summer Green #86BEA0
RGB
CMYK
RGB Variations
Color information
#86BEA0 (or 0x86BEA0) is known color: Summer Green. HEX triplet: 86, BE and A0. RGB value is (134,190,160). Sum of RGB (Red+Green+Blue) = 134+190+160=484 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.69% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 190 - color contains mainly: green. Hex color #86BEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BEA0 is #79415F. Grayscale: #A9A9A9. Windows color (decimal): -7946592 or 10534534. OLE color: 10534534.
HSL color Cylindrical-coordinate representation of color #86BEA0: hue angle of 147.86º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BEA0 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 190 | 160 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.25 |
| HSL | 147.86º | 0.3% | 0.64% | - |
| HSV(B) | 147.86º | 0.29% | 0.75% | - |
| XYZ | 34.59 | 44.43 | 40.01 | - |
| YUV | 169.84 | 122.45 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 190 | 160 | 0.29 | 0 | 0.16 | 0.25 | 147.86 | 0.3 | 0.64 |
| Hex | 86 | BE | A0 | 1D | 0 | 10 | 19 | 94 | 1E | 40 |
| Octal | 206 | 276 | 240 | 35 | 0 | 20 | 31 | 224 | 36 | 100 |
| Binary | 10000110 | 10111110 | 10100000 | 11101 | 0 | 10000 | 11001 | 10010100 | 11110 | 1000000 |
Color Harmonies of #86BEA0
Complementary color
Monochromatic Colors of #86BEA0
Black with #86BEA0
Text Example
Text Example
White with #86BEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BEA0; }
p { color: rgb(134,190,160); }
H1.HeaderClassName
{
color: #86BEA0;
}
.AnyTagClassName
{
color: #86BEA0;
}
</style>
background-color css
<style>
a { background-color: #86BEA0; }
a { background-color: rgb(134,190,160); }
div.DivClassName
{
background-color: #86BEA0;
}
.BgClassName
{
background-color: #86BEA0;
}
</style>
border-color css
<style>
span { border-color: #86BEA0; }
span { border-color: rgb(134,190,160); }
td.TdClassName
{
border-color: #86BEA0;
}
.TagClassName
{
border-color: #86BEA0;
}
</style>