Shades of Summer Green #86BEA2
Tints of Summer Green #86BEA2
RGB
CMYK
RGB Variations
Color information
#86BEA2 (or 0x86BEA2) is known color: Summer Green. HEX triplet: 86, BE and A2. RGB value is (134,190,162). Sum of RGB (Red+Green+Blue) = 134+190+162=486 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.57% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 190 - color contains mainly: green. Hex color #86BEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BEA2 is #79415D. Grayscale: #AAAAAA. Windows color (decimal): -7946590 or 10665606. OLE color: 10665606.
HSL color Cylindrical-coordinate representation of color #86BEA2: hue angle of 150º 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 #86BEA2 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 190 | 162 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.25 |
| HSL | 150º | 0.3% | 0.64% | - |
| HSV(B) | 150º | 0.29% | 0.75% | - |
| XYZ | 34.77 | 44.5 | 40.94 | - |
| YUV | 170.06 | 123.45 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 190 | 162 | 0.29 | 0 | 0.15 | 0.25 | 150 | 0.3 | 0.64 |
| Hex | 86 | BE | A2 | 1D | 0 | F | 19 | 96 | 1E | 40 |
| Octal | 206 | 276 | 242 | 35 | 0 | 17 | 31 | 226 | 36 | 100 |
| Binary | 10000110 | 10111110 | 10100010 | 11101 | 0 | 1111 | 11001 | 10010110 | 11110 | 1000000 |
Color Harmonies of #86BEA2
Complementary color
Monochromatic Colors of #86BEA2
Black with #86BEA2
Text Example
Text Example
White with #86BEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BEA2; }
p { color: rgb(134,190,162); }
H1.HeaderClassName
{
color: #86BEA2;
}
.AnyTagClassName
{
color: #86BEA2;
}
</style>
background-color css
<style>
a { background-color: #86BEA2; }
a { background-color: rgb(134,190,162); }
div.DivClassName
{
background-color: #86BEA2;
}
.BgClassName
{
background-color: #86BEA2;
}
</style>
border-color css
<style>
span { border-color: #86BEA2; }
span { border-color: rgb(134,190,162); }
td.TdClassName
{
border-color: #86BEA2;
}
.TagClassName
{
border-color: #86BEA2;
}
</style>