Html Css Color HEX #86CAA4 Summer Green

📋 copy color: '#86CAA4'

red 134 ◦ green 202 ◦ blue 164

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

Shades of Summer Green #86CAA4

Tints of Summer Green #86CAA4

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.4%

 BLUE value IS 164 (64.45% from 255) = 32.8%

R = 26.8%
G = 40.4%
B = 32.8%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#86CAA4 (or 0x86CAA4) is known color: Summer Green. HEX triplet: 86, CA and A4. RGB value is (134,202,164). Sum of RGB (Red+Green+Blue) = 134+202+164=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #86CAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CAA4 is #79355B. Grayscale: #B1B1B1. Windows color (decimal): -7943516 or 10799750. OLE color: 10799750.

HSL color Cylindrical-coordinate representation of color #86CAA4: hue angle of 146.47º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CAA4 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 202 164 -
CMYK 0.34 0 0.19 0.21
HSL 146.47º 0.39% 0.66% -
HSV(B) 146.47º 0.34% 0.79% -
XYZ 37.65 49.99 42.79 -
YUV 177.34 120.47 97.09 -
System Red Green Blue C M Y K H S L
Decimal 134 202 164 0.34 0 0.19 0.21 146.47 0.39 0.66
Hex 86 CA A4 22 0 13 15 92 27 42
Octal 206 312 244 42 0 23 25 222 47 102
Binary 10000110 11001010 10100100 100010 0 10011 10101 10010010 100111 1000010

Color Harmonies of #86CAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CAA4

Black with #86CAA4

Text Example


Text Example

White with #86CAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,202,164); }

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

background-color css

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

 a { background-color: rgb(134,202,164); }

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

border-color css

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

 span { border-color: rgb(134,202,164); }

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