Shades of Summer Green #86BEA3
Tints of Summer Green #86BEA3
RGB
CMYK
RGB Variations
Color information
#86BEA3 (or 0x86BEA3) is known color: Summer Green. HEX triplet: 86, BE and A3. RGB value is (134,190,163). Sum of RGB (Red+Green+Blue) = 134+190+163=487 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.52% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 163 (64.06% from 255 or 33.47% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #86BEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BEA3 is #79415C. Grayscale: #AAAAAA. Windows color (decimal): -7946589 or 10731142. OLE color: 10731142.
HSL color Cylindrical-coordinate representation of color #86BEA3: hue angle of 151.07º 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 #86BEA3 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 190 | 163 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.25 |
| HSL | 151.07º | 0.3% | 0.64% | - |
| HSV(B) | 151.07º | 0.29% | 0.75% | - |
| XYZ | 34.86 | 44.54 | 41.41 | - |
| YUV | 170.18 | 123.95 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 190 | 163 | 0.29 | 0 | 0.14 | 0.25 | 151.07 | 0.3 | 0.64 |
| Hex | 86 | BE | A3 | 1D | 0 | E | 19 | 97 | 1E | 40 |
| Octal | 206 | 276 | 243 | 35 | 0 | 16 | 31 | 227 | 36 | 100 |
| Binary | 10000110 | 10111110 | 10100011 | 11101 | 0 | 1110 | 11001 | 10010111 | 11110 | 1000000 |
Color Harmonies of #86BEA3
Complementary color
Monochromatic Colors of #86BEA3
Black with #86BEA3
Text Example
Text Example
White with #86BEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BEA3; }
p { color: rgb(134,190,163); }
H1.HeaderClassName
{
color: #86BEA3;
}
.AnyTagClassName
{
color: #86BEA3;
}
</style>
background-color css
<style>
a { background-color: #86BEA3; }
a { background-color: rgb(134,190,163); }
div.DivClassName
{
background-color: #86BEA3;
}
.BgClassName
{
background-color: #86BEA3;
}
</style>
border-color css
<style>
span { border-color: #86BEA3; }
span { border-color: rgb(134,190,163); }
td.TdClassName
{
border-color: #86BEA3;
}
.TagClassName
{
border-color: #86BEA3;
}
</style>