Html Css Color HEX #86BEA1 Summer Green

📋 copy color: '#86BEA1'

red 134 ◦ green 190 ◦ blue 161

#86BEA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Green #86BEA1

Tints of Summer Green #86BEA1

RGB

 RED value IS 134 (52.73% from 255) = 27.63%

 GREEN value IS 190 (74.61% from 255) = 39.18%

 BLUE value IS 161 (63.28% from 255) = 33.2%

R = 27.63%
G = 39.18%
B = 33.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#86BEA1 (or 0x86BEA1) is known color: Summer Green. HEX triplet: 86, BE and A1. RGB value is (134,190,161). Sum of RGB (Red+Green+Blue) = 134+190+161=485 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.63% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #86BEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BEA1 is #79415E. Grayscale: #AAAAAA. Windows color (decimal): -7946591 or 10600070. OLE color: 10600070.

HSL color Cylindrical-coordinate representation of color #86BEA1: hue angle of 148.93º 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 #86BEA1 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 190 161 -
CMYK 0.29 0 0.15 0.25
HSL 148.93º 0.3% 0.64% -
HSV(B) 148.93º 0.29% 0.75% -
XYZ 34.68 44.47 40.47 -
YUV 169.95 122.95 102.36 -
System Red Green Blue C M Y K H S L
Decimal 134 190 161 0.29 0 0.15 0.25 148.93 0.3 0.64
Hex 86 BE A1 1D 0 F 19 95 1E 40
Octal 206 276 241 35 0 17 31 225 36 100
Binary 10000110 10111110 10100001 11101 0 1111 11001 10010101 11110 1000000

Color Harmonies of #86BEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BEA1

Black with #86BEA1

Text Example


Text Example

White with #86BEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86BEA1; }

 p { color: rgb(134,190,161); }

 H1.HeaderClassName
 {
   color: #86BEA1;
 }
 .AnyTagClassName
 {
   color: #86BEA1;
 }
</style>

background-color css

<style>
 a { background-color: #86BEA1; }

 a { background-color: rgb(134,190,161); }

 div.DivClassName
 {
   background-color: #86BEA1;
 }
 .BgClassName
 {
   background-color: #86BEA1;
 }
</style>

border-color css

<style>
 span { border-color: #86BEA1; }

 span { border-color: rgb(134,190,161); }

 td.TdClassName
 {
   border-color: #86BEA1;
 }
 .TagClassName
 {
   border-color: #86BEA1;
 }
</style>