Shades of Summer Green #86BFA1
Tints of Summer Green #86BFA1
RGB
CMYK
RGB Variations
Color information
#86BFA1 (or 0x86BFA1) is known color: Summer Green. HEX triplet: 86, BF and A1. RGB value is (134,191,161). Sum of RGB (Red+Green+Blue) = 134+191+161=486 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.57% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 191 - color contains mainly: green. Hex color #86BFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BFA1 is #79405E. Grayscale: #AAAAAA. Windows color (decimal): -7946335 or 10600326. OLE color: 10600326.
HSL color Cylindrical-coordinate representation of color #86BFA1: hue angle of 148.42º 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 #86BFA1 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 191 | 161 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.25 |
| HSL | 148.42º | 0.31% | 0.64% | - |
| HSV(B) | 148.42º | 0.3% | 0.75% | - |
| XYZ | 34.9 | 44.9 | 40.55 | - |
| YUV | 170.54 | 122.62 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 191 | 161 | 0.30 | 0 | 0.16 | 0.25 | 148.42 | 0.31 | 0.64 |
| Hex | 86 | BF | A1 | 1E | 0 | 10 | 19 | 94 | 1F | 40 |
| Octal | 206 | 277 | 241 | 36 | 0 | 20 | 31 | 224 | 37 | 100 |
| Binary | 10000110 | 10111111 | 10100001 | 11110 | 0 | 10000 | 11001 | 10010100 | 11111 | 1000000 |
Color Harmonies of #86BFA1
Complementary color
Monochromatic Colors of #86BFA1
Black with #86BFA1
Text Example
Text Example
White with #86BFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BFA1; }
p { color: rgb(134,191,161); }
H1.HeaderClassName
{
color: #86BFA1;
}
.AnyTagClassName
{
color: #86BFA1;
}
</style>
background-color css
<style>
a { background-color: #86BFA1; }
a { background-color: rgb(134,191,161); }
div.DivClassName
{
background-color: #86BFA1;
}
.BgClassName
{
background-color: #86BFA1;
}
</style>
border-color css
<style>
span { border-color: #86BFA1; }
span { border-color: rgb(134,191,161); }
td.TdClassName
{
border-color: #86BFA1;
}
.TagClassName
{
border-color: #86BFA1;
}
</style>