Html Css Color HEX #86FFAF Mint Green

📋 copy color: '#86FFAF'

red 134 ◦ green 255 ◦ blue 175

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

Shades of Mint Green #86FFAF

Tints of Mint Green #86FFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.03%

R = 23.76%
G = 45.21%
B = 31.03%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#86FFAF (or 0x86FFAF) is known color: Mint Green. HEX triplet: 86, FF and AF. RGB value is (134,255,175). Sum of RGB (Red+Green+Blue) = 134+255+175=564 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.76% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #86FFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FFAF is #790050. Grayscale: #D1D1D1. Windows color (decimal): -7929937 or 11534214. OLE color: 11534214.

HSL color Cylindrical-coordinate representation of color #86FFAF: hue angle of 140.33º 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 #86FFAF is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 134 255 175 -
CMYK 0.47 0 0.31 0
HSL 140.33º 1% 0.76% -
HSV(B) 140.33º 0.47% 1% -
XYZ 53.33 79.68 53.13 -
YUV 209.7 108.41 74 -
System Red Green Blue C M Y K H S L
Decimal 134 255 175 0.47 0 0.31 0 140.33 1 0.76
Hex 86 FF AF 2F 0 1F 0 8C 64 4C
Octal 206 377 257 57 0 37 0 214 144 114
Binary 10000110 11111111 10101111 101111 0 11111 0 10001100 1100100 1001100

Color Harmonies of #86FFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FFAF

Black with #86FFAF

Text Example


Text Example

White with #86FFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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