Html Css Color HEX #86C3A7 Summer Green

📋 copy color: '#86C3A7'

red 134 ◦ green 195 ◦ blue 167

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

Shades of Summer Green #86C3A7

Tints of Summer Green #86C3A7

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.31%

 BLUE value IS 167 (65.63% from 255) = 33.67%

R = 27.02%
G = 39.31%
B = 33.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#86C3A7 (or 0x86C3A7) is known color: Summer Green. HEX triplet: 86, C3 and A7. RGB value is (134,195,167). Sum of RGB (Red+Green+Blue) = 134+195+167=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 167 (65.62% from 255 or 33.67% from 496); Max value from RGB is 195 - color contains mainly: green. Hex color #86C3A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C3A7 is #793C58. Grayscale: #ADADAD. Windows color (decimal): -7945305 or 10994566. OLE color: 10994566.

HSL color Cylindrical-coordinate representation of color #86C3A7: hue angle of 152.46º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86C3A7 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 195 167 -
CMYK 0.31 0 0.14 0.24
HSL 152.46º 0.34% 0.65% -
HSV(B) 152.46º 0.31% 0.76% -
XYZ 36.32 46.89 43.7 -
YUV 173.57 124.29 99.78 -
System Red Green Blue C M Y K H S L
Decimal 134 195 167 0.31 0 0.14 0.24 152.46 0.34 0.65
Hex 86 C3 A7 1F 0 E 18 98 22 41
Octal 206 303 247 37 0 16 30 230 42 101
Binary 10000110 11000011 10100111 11111 0 1110 11000 10011000 100010 1000001

Color Harmonies of #86C3A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C3A7

Black with #86C3A7

Text Example


Text Example

White with #86C3A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,195,167); }

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

background-color css

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

 a { background-color: rgb(134,195,167); }

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

border-color css

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

 span { border-color: rgb(134,195,167); }

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