Html Css Color HEX #86FFA0 Mint Green

📋 copy color: '#86FFA0'

red 134 ◦ green 255 ◦ blue 160

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

Shades of Mint Green #86FFA0

Tints of Mint Green #86FFA0

RGB

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

 GREEN value IS 255 (100% from 255) = 46.45%

 BLUE value IS 160 (62.89% from 255) = 29.14%

R = 24.41%
G = 46.45%
B = 29.14%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#86FFA0 (or 0x86FFA0) is known color: Mint Green. HEX triplet: 86, FF and A0. RGB value is (134,255,160). Sum of RGB (Red+Green+Blue) = 134+255+160=549 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.41% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #86FFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FFA0 is #79005F. Grayscale: #D0D0D0. Windows color (decimal): -7929952 or 10551174. OLE color: 10551174.

HSL color Cylindrical-coordinate representation of color #86FFA0: hue angle of 132.89º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FFA0 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB 134 255 160 -
CMYK 0.47 0 0.37 0
HSL 132.89º 1% 0.76% -
HSV(B) 132.89º 0.47% 1% -
XYZ 51.94 79.13 45.79 -
YUV 207.99 100.91 75.22 -
System Red Green Blue C M Y K H S L
Decimal 134 255 160 0.47 0 0.37 0 132.89 1 0.76
Hex 86 FF A0 2F 0 25 0 85 64 4C
Octal 206 377 240 57 0 45 0 205 144 114
Binary 10000110 11111111 10100000 101111 0 100101 0 10000101 1100100 1001100

Color Harmonies of #86FFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FFA0

Black with #86FFA0

Text Example


Text Example

White with #86FFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,255,160); }

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

background-color css

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

 a { background-color: rgb(134,255,160); }

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

border-color css

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

 span { border-color: rgb(134,255,160); }

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